Html Css Color HEX #036577 Blue Lagoon

📋 copy color: '#036577'

red 3 ◦ green 101 ◦ blue 119

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

Shades of Blue Lagoon #036577

Tints of Blue Lagoon #036577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.29%

 BLUE value IS 119 (46.88% from 255) = 53.36%

R = 1.35%
G = 45.29%
B = 53.36%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#036577 (or 0x036577) is known color: Blue Lagoon. HEX triplet: 03, 65 and 77. RGB value is (3,101,119). Sum of RGB (Red+Green+Blue) = 3+101+119=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #036577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036577 is #FC9A88. Grayscale: #494949. Windows color (decimal): -16554633 or 7824643. OLE color: 7824643.

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

Color convert

RGB 3 101 119 -
CMYK 0.97 0.15 0 0.53
HSL 189.31º 0.95% 0.24% -
HSV(B) 189.31º 0.97% 0.47% -
XYZ 8.02 10.66 19.09 -
YUV 73.75 153.53 77.54 -
System Red Green Blue C M Y K H S L
Decimal 3 101 119 0.97 0.15 0 0.53 189.31 0.95 0.24
Hex 3 65 77 61 F 0 35 BD 5F 18
Octal 3 145 167 141 17 0 65 275 137 30
Binary 11 1100101 1110111 1100001 1111 0 110101 10111101 1011111 11000

Color Harmonies of #036577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036577

Black with #036577

Text Example


Text Example

White with #036577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036577; }

 p { color: rgb(3,101,119); }

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

background-color css

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

 a { background-color: rgb(3,101,119); }

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

border-color css

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

 span { border-color: rgb(3,101,119); }

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