#035773

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

Shades of Blue Lagoon #035773

Tints of Blue Lagoon #035773

Color information

#035773 (or 0x035773) is unknown color: approx Blue Lagoon. HEX triplet: 03, 57 and 73. RGB value is (3,87,115). Sum of RGB (Red+Green+Blue) = 3+87+115=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #035773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035773 is #FCA88C. Grayscale: #404040. Windows color (decimal): -16558221 or 7558915. OLE color: 7558915.

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

Color convert

RGB387115-
CMYK0.970.2400.55
HSL195º94.92%23.14%-
HSV(B)195º97.39%45.1%-
XYZ6.548.0717.43-
YUV65.08156.1783.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=1.46%
G=42.44%
B=56.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3871150.970.2400.5519594.9223.14
Hex357736118037c35f17
Octal31271631413006730313727
Binary1110101111110011110000111000011011111000011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035773; }

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

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

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

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

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

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

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

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