Html Css Color HEX #036668 Blue Lagoon

📋 copy color: '#036668'

red 3 ◦ green 102 ◦ blue 104

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

Shades of Blue Lagoon #036668

Tints of Blue Lagoon #036668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.76%

R = 1.44%
G = 48.8%
B = 49.76%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#036668 (or 0x036668) is known color: Blue Lagoon. HEX triplet: 03, 66 and 68. RGB value is (3,102,104). Sum of RGB (Red+Green+Blue) = 3+102+104=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #036668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036668 is #FC9997. Grayscale: #484848. Windows color (decimal): -16554392 or 6841859. OLE color: 6841859.

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

Color convert

RGB 3 102 104 -
CMYK 0.97 0.02 0 0.59
HSL 181.19º 0.94% 0.21% -
HSV(B) 181.19º 0.97% 0.41% -
XYZ 7.29 10.52 14.74 -
YUV 72.63 145.7 78.34 -
System Red Green Blue C M Y K H S L
Decimal 3 102 104 0.97 0.02 0 0.59 181.19 0.94 0.21
Hex 3 66 68 61 2 0 3B B5 5E 15
Octal 3 146 150 141 2 0 73 265 136 25
Binary 11 1100110 1101000 1100001 10 0 111011 10110101 1011110 10101

Color Harmonies of #036668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036668

Black with #036668

Text Example


Text Example

White with #036668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036668; }

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

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

background-color css

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

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

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

border-color css

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

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

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