Html Css Color HEX #036C74 Blue Lagoon

📋 copy color: '#036C74'

red 3 ◦ green 108 ◦ blue 116

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

Shades of Blue Lagoon #036C74

Tints of Blue Lagoon #036C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.1%

R = 1.32%
G = 47.58%
B = 51.1%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#036C74 (or 0x036C74) is known color: Blue Lagoon. HEX triplet: 03, 6C and 74. RGB value is (3,108,116). Sum of RGB (Red+Green+Blue) = 3+108+116=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #036C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C74 is #FC938B. Grayscale: #4D4D4D. Windows color (decimal): -16552844 or 7629827. OLE color: 7629827.

HSL color Cylindrical-coordinate representation of color #036C74: hue angle of 184.25º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036C74 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 108 116 -
CMYK 0.97 0.07 0 0.55
HSL 184.25º 0.95% 0.23% -
HSV(B) 184.25º 0.97% 0.45% -
XYZ 8.55 12.01 18.39 -
YUV 77.52 149.71 74.85 -
System Red Green Blue C M Y K H S L
Decimal 3 108 116 0.97 0.07 0 0.55 184.25 0.95 0.23
Hex 3 6C 74 61 7 0 37 B8 5F 17
Octal 3 154 164 141 7 0 67 270 137 27
Binary 11 1101100 1110100 1100001 111 0 110111 10111000 1011111 10111

Color Harmonies of #036C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C74

Black with #036C74

Text Example


Text Example

White with #036C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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