Html Css Color HEX #036C6C Blue Lagoon

📋 copy color: '#036C6C'

red 3 ◦ green 108 ◦ blue 108

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

Shades of Blue Lagoon #036C6C

Tints of Blue Lagoon #036C6C

RGB

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

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

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

R = 1.37%
G = 49.32%
B = 49.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#036C6C (or 0x036C6C) is known color: Blue Lagoon. HEX triplet: 03, 6C and 6C. RGB value is (3,108,108). Sum of RGB (Red+Green+Blue) = 3+108+108=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: green, blue. Hex color #036C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C6C is #FC9393. Grayscale: #4C4C4C. Windows color (decimal): -16552852 or 7105539. OLE color: 7105539.

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

Color convert

RGB 3 108 108 -
CMYK 0.97 0 0 0.58
HSL 180º 0.95% 0.22% -
HSV(B) 180º 0.97% 0.42% -
XYZ 8.11 11.83 16.04 -
YUV 76.61 145.71 75.5 -
System Red Green Blue C M Y K H S L
Decimal 3 108 108 0.97 0 0 0.58 180 0.95 0.22
Hex 3 6C 6C 61 0 0 3A B4 5F 16
Octal 3 154 154 141 0 0 72 264 137 26
Binary 11 1101100 1101100 1100001 0 0 111010 10110100 1011111 10110

Color Harmonies of #036C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C6C

Black with #036C6C

Text Example


Text Example

White with #036C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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