#035476

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

Shades of Blue Lagoon #035476

Tints of Blue Lagoon #035476

Color information

#035476 (or 0x035476) is unknown color: approx Blue Lagoon. HEX triplet: 03, 54 and 76. RGB value is (3,84,118). Sum of RGB (Red+Green+Blue) = 3+84+118=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #035476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035476 is #FCAB89. Grayscale: #3F3F3F. Windows color (decimal): -16558986 or 7754755. OLE color: 7754755.

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

Color convert

RGB384118-
CMYK0.970.2900.54
HSL197.74º95.04%23.73%-
HSV(B)197.74º97.46%46.27%-
XYZ6.487.6718.28-
YUV63.66158.6684.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 118 (46.48% from 255) = 57.56%
R=1.46%
G=40.98%
B=57.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3841180.970.2900.54197.7495.0423.73
Hex35476611D036c65f18
Octal31241661413506630613730
Binary1110101001110110110000111101011011011000110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035476; }

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

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

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

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

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

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

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

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