Html Css Color HEX #036573 Blue Lagoon

📋 copy color: '#036573'

red 3 ◦ green 101 ◦ blue 115

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

Shades of Blue Lagoon #036573

Tints of Blue Lagoon #036573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.12%

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

R = 1.37%
G = 46.12%
B = 52.51%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#036573 (or 0x036573) is known color: Blue Lagoon. HEX triplet: 03, 65 and 73. RGB value is (3,101,115). Sum of RGB (Red+Green+Blue) = 3+101+115=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #036573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036573 is #FC9A8C. Grayscale: #494949. Windows color (decimal): -16554637 or 7562499. OLE color: 7562499.

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

Color convert

RGB 3 101 115 -
CMYK 0.97 0.12 0 0.55
HSL 187.5º 0.95% 0.23% -
HSV(B) 187.5º 0.97% 0.45% -
XYZ 7.79 10.56 17.85 -
YUV 73.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 3 101 115 0.97 0.12 0 0.55 187.5 0.95 0.23
Hex 3 65 73 61 C 0 37 BC 5F 17
Octal 3 145 163 141 14 0 67 274 137 27
Binary 11 1100101 1110011 1100001 1100 0 110111 10111100 1011111 10111

Color Harmonies of #036573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036573

Black with #036573

Text Example


Text Example

White with #036573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036573; }

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

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

background-color css

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

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

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

border-color css

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

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

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