Html Css Color HEX #036C70 Blue Lagoon

📋 copy color: '#036C70'

red 3 ◦ green 108 ◦ blue 112

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

Shades of Blue Lagoon #036C70

Tints of Blue Lagoon #036C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 48.43%

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

R = 1.35%
G = 48.43%
B = 50.22%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#036C70 (or 0x036C70) is known color: Blue Lagoon. HEX triplet: 03, 6C and 70. RGB value is (3,108,112). Sum of RGB (Red+Green+Blue) = 3+108+112=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #036C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C70 is #FC938F. Grayscale: #4C4C4C. Windows color (decimal): -16552848 or 7367683. OLE color: 7367683.

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

Color convert

RGB 3 108 112 -
CMYK 0.97 0.04 0 0.56
HSL 182.2º 0.95% 0.23% -
HSV(B) 182.2º 0.97% 0.44% -
XYZ 8.32 11.91 17.19 -
YUV 77.06 147.71 75.17 -
System Red Green Blue C M Y K H S L
Decimal 3 108 112 0.97 0.04 0 0.56 182.2 0.95 0.23
Hex 3 6C 70 61 4 0 38 B6 5F 17
Octal 3 154 160 141 4 0 70 266 137 27
Binary 11 1101100 1110000 1100001 100 0 111000 10110110 1011111 10111

Color Harmonies of #036C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C70

Black with #036C70

Text Example


Text Example

White with #036C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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