Html Css Color HEX #036370 Blue Lagoon

📋 copy color: '#036370'

red 3 ◦ green 99 ◦ blue 112

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

Shades of Blue Lagoon #036370

Tints of Blue Lagoon #036370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.26%

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

R = 1.4%
G = 46.26%
B = 52.34%

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

#036370 (or 0x036370) is known color: Blue Lagoon. HEX triplet: 03, 63 and 70. RGB value is (3,99,112). Sum of RGB (Red+Green+Blue) = 3+99+112=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #036370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036370 is #FC9C8F. Grayscale: #474747. Windows color (decimal): -16555152 or 7365379. OLE color: 7365379.

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

Color convert

RGB 3 99 112 -
CMYK 0.97 0.12 0 0.56
HSL 187.16º 0.95% 0.23% -
HSV(B) 187.16º 0.97% 0.44% -
XYZ 7.42 10.11 16.89 -
YUV 71.78 150.7 78.94 -
System Red Green Blue C M Y K H S L
Decimal 3 99 112 0.97 0.12 0 0.56 187.16 0.95 0.23
Hex 3 63 70 61 C 0 38 BB 5F 17
Octal 3 143 160 141 14 0 70 273 137 27
Binary 11 1100011 1110000 1100001 1100 0 111000 10111011 1011111 10111

Color Harmonies of #036370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036370

Black with #036370

Text Example


Text Example

White with #036370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036370; }

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

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

background-color css

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

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

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

border-color css

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

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

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