Html Css Color HEX #036373 Blue Lagoon

📋 copy color: '#036373'

red 3 ◦ green 99 ◦ blue 115

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

Shades of Blue Lagoon #036373

Tints of Blue Lagoon #036373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.62%

 BLUE value IS 115 (45.31% from 255) = 53%

R = 1.38%
G = 45.62%
B = 53%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#036373 (or 0x036373) is known color: Blue Lagoon. HEX triplet: 03, 63 and 73. RGB value is (3,99,115). Sum of RGB (Red+Green+Blue) = 3+99+115=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #036373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036373 is #FC9C8C. Grayscale: #474747. Windows color (decimal): -16555149 or 7561987. OLE color: 7561987.

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

Color convert

RGB 3 99 115 -
CMYK 0.97 0.14 0 0.55
HSL 188.57º 0.95% 0.23% -
HSV(B) 188.57º 0.97% 0.45% -
XYZ 7.59 10.18 17.78 -
YUV 72.12 152.2 78.7 -
System Red Green Blue C M Y K H S L
Decimal 3 99 115 0.97 0.14 0 0.55 188.57 0.95 0.23
Hex 3 63 73 61 E 0 37 BD 5F 17
Octal 3 143 163 141 16 0 67 275 137 27
Binary 11 1100011 1110011 1100001 1110 0 110111 10111101 1011111 10111

Color Harmonies of #036373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036373

Black with #036373

Text Example


Text Example

White with #036373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036373; }

 p { color: rgb(3,99,115); }

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

background-color css

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

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

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

border-color css

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

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

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