Html Css Color HEX #036670 Blue Lagoon

📋 copy color: '#036670'

red 3 ◦ green 102 ◦ blue 112

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

Shades of Blue Lagoon #036670

Tints of Blue Lagoon #036670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.61%

R = 1.38%
G = 47%
B = 51.61%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#036670 (or 0x036670) is known color: Blue Lagoon. HEX triplet: 03, 66 and 70. RGB value is (3,102,112). Sum of RGB (Red+Green+Blue) = 3+102+112=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #036670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036670 is #FC998F. Grayscale: #494949. Windows color (decimal): -16554384 or 7366147. OLE color: 7366147.

HSL color Cylindrical-coordinate representation of color #036670: hue angle of 185.5º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036670 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 102 112 -
CMYK 0.97 0.09 0 0.56
HSL 185.5º 0.95% 0.23% -
HSV(B) 185.5º 0.97% 0.44% -
XYZ 7.71 10.69 16.99 -
YUV 73.54 149.7 77.69 -
System Red Green Blue C M Y K H S L
Decimal 3 102 112 0.97 0.09 0 0.56 185.5 0.95 0.23
Hex 3 66 70 61 9 0 38 BA 5F 17
Octal 3 146 160 141 11 0 70 272 137 27
Binary 11 1100110 1110000 1100001 1001 0 111000 10111010 1011111 10111

Color Harmonies of #036670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036670

Black with #036670

Text Example


Text Example

White with #036670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036670; }

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

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

background-color css

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

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

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

border-color css

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

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

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