Html Css Color HEX #036270 Blue Lagoon

📋 copy color: '#036270'

red 3 ◦ green 98 ◦ blue 112

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

Shades of Blue Lagoon #036270

Tints of Blue Lagoon #036270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.01%

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

R = 1.41%
G = 46.01%
B = 52.58%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#036270 (or 0x036270) is known color: Blue Lagoon. HEX triplet: 03, 62 and 70. RGB value is (3,98,112). Sum of RGB (Red+Green+Blue) = 3+98+112=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #036270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036270 is #FC9D8F. Grayscale: #474747. Windows color (decimal): -16555408 or 7365123. OLE color: 7365123.

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

Color convert

RGB 3 98 112 -
CMYK 0.97 0.13 0 0.56
HSL 187.71º 0.95% 0.23% -
HSV(B) 187.71º 0.97% 0.44% -
XYZ 7.33 9.92 16.86 -
YUV 71.19 151.03 79.36 -
System Red Green Blue C M Y K H S L
Decimal 3 98 112 0.97 0.13 0 0.56 187.71 0.95 0.23
Hex 3 62 70 61 D 0 38 BC 5F 17
Octal 3 142 160 141 15 0 70 274 137 27
Binary 11 1100010 1110000 1100001 1101 0 111000 10111100 1011111 10111

Color Harmonies of #036270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036270

Black with #036270

Text Example


Text Example

White with #036270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036270; }

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

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

background-color css

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

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

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

border-color css

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

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

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