Html Css Color HEX #036470 Blue Lagoon

📋 copy color: '#036470'

red 3 ◦ green 100 ◦ blue 112

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

Shades of Blue Lagoon #036470

Tints of Blue Lagoon #036470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.09%

R = 1.4%
G = 46.51%
B = 52.09%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#036470 (or 0x036470) is known color: Blue Lagoon. HEX triplet: 03, 64 and 70. RGB value is (3,100,112). Sum of RGB (Red+Green+Blue) = 3+100+112=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #036470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036470 is #FC9B8F. Grayscale: #484848. Windows color (decimal): -16554896 or 7365635. OLE color: 7365635.

HSL color Cylindrical-coordinate representation of color #036470: hue angle of 186.61º 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 #036470 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 100 112 -
CMYK 0.97 0.11 0 0.56
HSL 186.61º 0.95% 0.23% -
HSV(B) 186.61º 0.97% 0.44% -
XYZ 7.52 10.3 16.92 -
YUV 72.37 150.36 78.52 -
System Red Green Blue C M Y K H S L
Decimal 3 100 112 0.97 0.11 0 0.56 186.61 0.95 0.23
Hex 3 64 70 61 B 0 38 BB 5F 17
Octal 3 144 160 141 13 0 70 273 137 27
Binary 11 1100100 1110000 1100001 1011 0 111000 10111011 1011111 10111

Color Harmonies of #036470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036470

Black with #036470

Text Example


Text Example

White with #036470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036470; }

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

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

background-color css

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

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

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

border-color css

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

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

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