Html Css Color HEX #036066 Blue Lagoon

📋 copy color: '#036066'

red 3 ◦ green 96 ◦ blue 102

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

Shades of Blue Lagoon #036066

Tints of Blue Lagoon #036066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.76%

 BLUE value IS 102 (40.23% from 255) = 50.75%

R = 1.49%
G = 47.76%
B = 50.75%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#036066 (or 0x036066) is known color: Blue Lagoon. HEX triplet: 03, 60 and 66. RGB value is (3,96,102). Sum of RGB (Red+Green+Blue) = 3+96+102=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #036066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036066 is #FC9F99. Grayscale: #444444. Windows color (decimal): -16555930 or 6709251. OLE color: 6709251.

HSL color Cylindrical-coordinate representation of color #036066: hue angle of 183.64º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036066 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 96 102 -
CMYK 0.97 0.06 0 0.6
HSL 183.64º 0.94% 0.21% -
HSV(B) 183.64º 0.97% 0.4% -
XYZ 6.62 9.34 14.03 -
YUV 68.88 146.69 81.01 -
System Red Green Blue C M Y K H S L
Decimal 3 96 102 0.97 0.06 0 0.6 183.64 0.94 0.21
Hex 3 60 66 61 6 0 3C B8 5E 15
Octal 3 140 146 141 6 0 74 270 136 25
Binary 11 1100000 1100110 1100001 110 0 111100 10111000 1011110 10101

Color Harmonies of #036066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036066

Black with #036066

Text Example


Text Example

White with #036066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036066; }

 p { color: rgb(3,96,102); }

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

background-color css

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

 a { background-color: rgb(3,96,102); }

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

border-color css

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

 span { border-color: rgb(3,96,102); }

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