#035576

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

Shades of Blue Lagoon #035576

Tints of Blue Lagoon #035576

Color information

#035576 (or 0x035576) is unknown color: approx Blue Lagoon. HEX triplet: 03, 55 and 76. RGB value is (3,85,118). Sum of RGB (Red+Green+Blue) = 3+85+118=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #035576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035576 is #FCAA89. Grayscale: #404040. Windows color (decimal): -16558730 or 7755011. OLE color: 7755011.

HSL color Cylindrical-coordinate representation of color #035576: hue angle of 197.22º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035576 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB385118-
CMYK0.970.2800.54
HSL197.22º95.04%23.73%-
HSV(B)197.22º97.46%46.27%-
XYZ6.567.8218.3-
YUV64.24158.3384.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=1.46%
G=41.26%
B=57.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3851180.970.2800.54197.2295.0423.73
Hex35576611C036c55f18
Octal31251661413406630513730
Binary1110101011110110110000111100011011011000101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035576; }

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

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

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

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

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

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

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

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