Color Hex Logo

#2276af Color Hex

#2276AF
(34,118,175)
0 Favorites   0 Comments

Color spaces of #2276af

RGB 34118175
HSL0.570.670.41
HSV204°81°69°
CMYK 0.810.330.00   0.31
XYZ14.876016.392142.9374
Yxy16.39210.20050.2209
Hunter Lab40.4872-5.2671-34.5372
CIE-Lab47.4848-4.1864-37.2070

#2276af color RGB value is (34,118,175).

#2276af hex color red value is 34, green value is 118 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2276af hue: 0.57 , saturation: 0.67 and the lightness value of 2276af is 0.41.

The process color (four color CMYK) of #2276af color hex is 0.81, 0.33, 0.00, 0.31. Web safe color of #2276af is #336699. Color #2276af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01110110 10101111
Octal 42 166 257
Decimal 34 118 175
Hex 22 76 AF

RGB Percentages of Color #2276af

%10.40
%36.09
%53.52

CMYK Percentages of Color #2276af

%81
%33
%0
%31

Triadic Colors of #2276af

#2276af #af2276 #76af22

Analogous Colors of #2276af

#2276af #2230af #22afa2

Monochromatic Colors of #2276af

#2276af

Complementary Color

#2276af #af5b22

#2276af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2276af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2276af Color CSS Codes

.mybgcolor {background-color:#2276af; } 
.myforecolor {color:#2276af; }
.mybordercolor {border:3px solid #2276af; }

#2276af Text Font Color

<p style="color:#2276af">Text here</p>

This sample text font color is #2276af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2276af Background Color

<div style="background-color:#2276af">
Div content here</div>

This div background color is #2276af


#2276af Border Color

<div style="border:3px solid #2276af">
Div here</div>

This div border color is #2276af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,118,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2276af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2276af;
  -webkit-box-shadow: 1px 1px 3px 2px #2276af;
  box-shadow:         1px 1px 3px 2px #2276af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,118,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2276af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2276af;
  -webkit-box-shadow: 1px 1px 3px 2px #2276af;
  box-shadow:         1px 1px 3px 2px #2276af;">
Div content here</div>

This div box has shadow with color #2276af


Comments

No comments written yet.

Please login to write comment.