Html Css Color HEX #036A6C Blue Lagoon

📋 copy color: '#036A6C'

red 3 ◦ green 106 ◦ blue 108

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

Shades of Blue Lagoon #036A6C

Tints of Blue Lagoon #036A6C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.85%

 BLUE value IS 108 (42.58% from 255) = 49.77%

R = 1.38%
G = 48.85%
B = 49.77%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#036A6C (or 0x036A6C) is known color: Blue Lagoon. HEX triplet: 03, 6A and 6C. RGB value is (3,106,108). Sum of RGB (Red+Green+Blue) = 3+106+108=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #036A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036A6C is #FC9593. Grayscale: #4B4B4B. Windows color (decimal): -16553364 or 7105027. OLE color: 7105027.

HSL color Cylindrical-coordinate representation of color #036A6C: hue angle of 181.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036A6C is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 106 108 -
CMYK 0.97 0.02 0 0.58
HSL 181.14º 0.95% 0.22% -
HSV(B) 181.14º 0.97% 0.42% -
XYZ 7.9 11.41 15.97 -
YUV 75.43 146.38 76.34 -
System Red Green Blue C M Y K H S L
Decimal 3 106 108 0.97 0.02 0 0.58 181.14 0.95 0.22
Hex 3 6A 6C 61 2 0 3A B5 5F 16
Octal 3 152 154 141 2 0 72 265 137 26
Binary 11 1101010 1101100 1100001 10 0 111010 10110101 1011111 10110

Color Harmonies of #036A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036A6C

Black with #036A6C

Text Example


Text Example

White with #036A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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