Html Css Color HEX #036669 Blue Lagoon

📋 copy color: '#036669'

red 3 ◦ green 102 ◦ blue 105

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

Shades of Blue Lagoon #036669

Tints of Blue Lagoon #036669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.57%

 BLUE value IS 105 (41.41% from 255) = 50%

R = 1.43%
G = 48.57%
B = 50%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#036669 (or 0x036669) is known color: Blue Lagoon. HEX triplet: 03, 66 and 69. RGB value is (3,102,105). Sum of RGB (Red+Green+Blue) = 3+102+105=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #036669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036669 is #FC9996. Grayscale: #484848. Windows color (decimal): -16554391 or 6907395. OLE color: 6907395.

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

Color convert

RGB 3 102 105 -
CMYK 0.97 0.03 0 0.59
HSL 181.76º 0.94% 0.21% -
HSV(B) 181.76º 0.97% 0.41% -
XYZ 7.34 10.54 15.01 -
YUV 72.74 146.2 78.26 -
System Red Green Blue C M Y K H S L
Decimal 3 102 105 0.97 0.03 0 0.59 181.76 0.94 0.21
Hex 3 66 69 61 3 0 3B B6 5E 15
Octal 3 146 151 141 3 0 73 266 136 25
Binary 11 1100110 1101001 1100001 11 0 111011 10110110 1011110 10101

Color Harmonies of #036669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036669

Black with #036669

Text Example


Text Example

White with #036669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036669; }

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

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

background-color css

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

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

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

border-color css

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

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

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