Html Css Color HEX #036266 Blue Lagoon

📋 copy color: '#036266'

red 3 ◦ green 98 ◦ blue 102

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

Shades of Blue Lagoon #036266

Tints of Blue Lagoon #036266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.28%

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

R = 1.48%
G = 48.28%
B = 50.25%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#036266 (or 0x036266) is known color: Blue Lagoon. HEX triplet: 03, 62 and 66. RGB value is (3,98,102). Sum of RGB (Red+Green+Blue) = 3+98+102=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #036266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036266 is #FC9D99. Grayscale: #454545. Windows color (decimal): -16555418 or 6709763. OLE color: 6709763.

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

Color convert

RGB 3 98 102 -
CMYK 0.97 0.04 0 0.6
HSL 182.42º 0.94% 0.21% -
HSV(B) 182.42º 0.97% 0.4% -
XYZ 6.8 9.71 14.09 -
YUV 70.05 146.03 80.17 -
System Red Green Blue C M Y K H S L
Decimal 3 98 102 0.97 0.04 0 0.6 182.42 0.94 0.21
Hex 3 62 66 61 4 0 3C B6 5E 15
Octal 3 142 146 141 4 0 74 266 136 25
Binary 11 1100010 1100110 1100001 100 0 111100 10110110 1011110 10101

Color Harmonies of #036266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036266

Black with #036266

Text Example


Text Example

White with #036266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036266; }

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

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

background-color css

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

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

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

border-color css

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

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

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