Html Css Color HEX #036679 Blue Lagoon

📋 copy color: '#036679'

red 3 ◦ green 102 ◦ blue 121

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

Shades of Blue Lagoon #036679

Tints of Blue Lagoon #036679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.54%

R = 1.33%
G = 45.13%
B = 53.54%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#036679 (or 0x036679) is known color: Blue Lagoon. HEX triplet: 03, 66 and 79. RGB value is (3,102,121). Sum of RGB (Red+Green+Blue) = 3+102+121=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #036679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036679 is #FC9986. Grayscale: #4A4A4A. Windows color (decimal): -16554375 or 7955971. OLE color: 7955971.

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

Color convert

RGB 3 102 121 -
CMYK 0.98 0.16 0 0.53
HSL 189.66º 0.95% 0.24% -
HSV(B) 189.66º 0.98% 0.47% -
XYZ 8.24 10.9 19.76 -
YUV 74.57 154.2 76.96 -
System Red Green Blue C M Y K H S L
Decimal 3 102 121 0.98 0.16 0 0.53 189.66 0.95 0.24
Hex 3 66 79 62 10 0 35 BE 5F 18
Octal 3 146 171 142 20 0 65 276 137 30
Binary 11 1100110 1111001 1100010 10000 0 110101 10111110 1011111 11000

Color Harmonies of #036679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036679

Black with #036679

Text Example


Text Example

White with #036679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036679; }

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

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

background-color css

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

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

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

border-color css

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

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

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