Html Css Color HEX #036376 Blue Lagoon

📋 copy color: '#036376'

red 3 ◦ green 99 ◦ blue 118

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

Shades of Blue Lagoon #036376

Tints of Blue Lagoon #036376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 1.36%
G = 45%
B = 53.64%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#036376 (or 0x036376) is known color: Blue Lagoon. HEX triplet: 03, 63 and 76. RGB value is (3,99,118). Sum of RGB (Red+Green+Blue) = 3+99+118=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #036376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036376 is #FC9C89. Grayscale: #484848. Windows color (decimal): -16555146 or 7758595. OLE color: 7758595.

HSL color Cylindrical-coordinate representation of color #036376: hue angle of 189.91º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036376 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 99 118 -
CMYK 0.97 0.16 0 0.54
HSL 189.91º 0.95% 0.24% -
HSV(B) 189.91º 0.97% 0.46% -
XYZ 7.77 10.25 18.71 -
YUV 72.46 153.7 78.46 -
System Red Green Blue C M Y K H S L
Decimal 3 99 118 0.97 0.16 0 0.54 189.91 0.95 0.24
Hex 3 63 76 61 10 0 36 BE 5F 18
Octal 3 143 166 141 20 0 66 276 137 30
Binary 11 1100011 1110110 1100001 10000 0 110110 10111110 1011111 11000

Color Harmonies of #036376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036376

Black with #036376

Text Example


Text Example

White with #036376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036376; }

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

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

background-color css

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

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

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

border-color css

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

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

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