#035573

Color #035573 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #035573

Tints of Blue Lagoon #035573

Color information

#035573 (or 0x035573) is unknown color: approx Blue Lagoon. HEX triplet: 03, 55 and 73. RGB value is (3,85,115). Sum of RGB (Red+Green+Blue) = 3+85+115=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #035573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035573 is #FCAA8C. Grayscale: #3F3F3F. Windows color (decimal): -16558733 or 7558403. OLE color: 7558403.

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

Color convert

RGB385115-
CMYK0.970.2600.55
HSL196.07º94.92%23.14%-
HSV(B)196.07º97.39%45.1%-
XYZ6.387.7517.38-
YUV63.9156.8384.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=1.48%
G=41.87%
B=56.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3851150.970.2600.55196.0794.9223.14
Hex35573611A037c45f17
Octal31251631413206730413727
Binary1110101011110011110000111010011011111000100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035573; }

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

 H1.HeaderClassName
 {
   color: #035573;
 }
 .AnyTagClassName
 {
   color: #035573;
 }
</style>
background-color css

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

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

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

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

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

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