Html Css Color HEX #036C7F Blue Lagoon

📋 copy color: '#036C7F'

red 3 ◦ green 108 ◦ blue 127

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

Shades of Blue Lagoon #036C7F

Tints of Blue Lagoon #036C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 53.36%

R = 1.26%
G = 45.38%
B = 53.36%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#036C7F (or 0x036C7F) is known color: Blue Lagoon. HEX triplet: 03, 6C and 7F. RGB value is (3,108,127). Sum of RGB (Red+Green+Blue) = 3+108+127=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #036C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C7F is #FC9380. Grayscale: #4E4E4E. Windows color (decimal): -16552833 or 8350723. OLE color: 8350723.

HSL color Cylindrical-coordinate representation of color #036C7F: hue angle of 189.19º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036C7F is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 108 127 -
CMYK 0.98 0.15 0 0.50
HSL 189.19º 0.95% 0.25% -
HSV(B) 189.19º 0.98% 0.5% -
XYZ 9.23 12.28 21.96 -
YUV 78.77 155.21 73.96 -
System Red Green Blue C M Y K H S L
Decimal 3 108 127 0.98 0.15 0 0.50 189.19 0.95 0.25
Hex 3 6C 7F 62 F 0 32 BD 5F 19
Octal 3 154 177 142 17 0 62 275 137 31
Binary 11 1101100 1111111 1100010 1111 0 110010 10111101 1011111 11001

Color Harmonies of #036C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C7F

Black with #036C7F

Text Example


Text Example

White with #036C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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