Html Css Color HEX #036471 Blue Lagoon

📋 copy color: '#036471'

red 3 ◦ green 100 ◦ blue 113

#036471
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #036471

Tints of Blue Lagoon #036471

RGB

 RED value IS 3 (1.56% from 255) = 1.39%

 GREEN value IS 100 (39.45% from 255) = 46.3%

 BLUE value IS 113 (44.53% from 255) = 52.31%

R = 1.39%
G = 46.3%
B = 52.31%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#036471 (or 0x036471) is known color: Blue Lagoon. HEX triplet: 03, 64 and 71. RGB value is (3,100,113). Sum of RGB (Red+Green+Blue) = 3+100+113=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #036471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036471 is #FC9B8E. Grayscale: #484848. Windows color (decimal): -16554895 or 7431171. OLE color: 7431171.

HSL color Cylindrical-coordinate representation of color #036471: hue angle of 187.09º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036471 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 100 113 -
CMYK 0.97 0.12 0 0.56
HSL 187.09º 0.95% 0.23% -
HSV(B) 187.09º 0.97% 0.44% -
XYZ 7.58 10.33 17.22 -
YUV 72.48 150.86 78.44 -
System Red Green Blue C M Y K H S L
Decimal 3 100 113 0.97 0.12 0 0.56 187.09 0.95 0.23
Hex 3 64 71 61 C 0 38 BB 5F 17
Octal 3 144 161 141 14 0 70 273 137 27
Binary 11 1100100 1110001 1100001 1100 0 111000 10111011 1011111 10111

Color Harmonies of #036471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036471

Black with #036471

Text Example


Text Example

White with #036471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036471; }

 p { color: rgb(3,100,113); }

 H1.HeaderClassName
 {
   color: #036471;
 }
 .AnyTagClassName
 {
   color: #036471;
 }
</style>

background-color css

<style>
 a { background-color: #036471; }

 a { background-color: rgb(3,100,113); }

 div.DivClassName
 {
   background-color: #036471;
 }
 .BgClassName
 {
   background-color: #036471;
 }
</style>

border-color css

<style>
 span { border-color: #036471; }

 span { border-color: rgb(3,100,113); }

 td.TdClassName
 {
   border-color: #036471;
 }
 .TagClassName
 {
   border-color: #036471;
 }
</style>