Html Css Color HEX #036970 Blue Lagoon

📋 copy color: '#036970'

red 3 ◦ green 105 ◦ blue 112

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

Shades of Blue Lagoon #036970

Tints of Blue Lagoon #036970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.73%

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

R = 1.36%
G = 47.73%
B = 50.91%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#036970 (or 0x036970) is known color: Blue Lagoon. HEX triplet: 03, 69 and 70. RGB value is (3,105,112). Sum of RGB (Red+Green+Blue) = 3+105+112=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #036970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036970 is #FC968F. Grayscale: #4B4B4B. Windows color (decimal): -16553616 or 7366915. OLE color: 7366915.

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

Color convert

RGB 3 105 112 -
CMYK 0.97 0.06 0 0.56
HSL 183.85º 0.95% 0.23% -
HSV(B) 183.85º 0.97% 0.44% -
XYZ 8.01 11.29 17.09 -
YUV 75.3 148.71 76.43 -
System Red Green Blue C M Y K H S L
Decimal 3 105 112 0.97 0.06 0 0.56 183.85 0.95 0.23
Hex 3 69 70 61 6 0 38 B8 5F 17
Octal 3 151 160 141 6 0 70 270 137 27
Binary 11 1101001 1110000 1100001 110 0 111000 10111000 1011111 10111

Color Harmonies of #036970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036970

Black with #036970

Text Example


Text Example

White with #036970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036970; }

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

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

background-color css

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

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

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

border-color css

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

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

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