#285176

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

Shades of Venice Blue #285176

Tints of Venice Blue #285176

Color information

#285176 (or 0x285176) is unknown color: approx Venice Blue. HEX triplet: 28, 51 and 76. RGB value is (40,81,118). Sum of RGB (Red+Green+Blue) = 40+81+118=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #285176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285176 is #D7AE89. Grayscale: #484848. Windows color (decimal): -14134922 or 7754024. OLE color: 7754024.

HSL color Cylindrical-coordinate representation of color #285176: hue angle of 208.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #285176 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4081118-
CMYK0.660.3100.54
HSL208.46º49.37%30.98%-
HSV(B)208.46º66.1%46.27%-
XYZ7.097.6418.24-
YUV72.96153.42104.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.74%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=16.74%
G=33.89%
B=49.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40811180.660.3100.54208.4649.3730.98
Hex285176421F036d0311f
Octal50121166102370663206137
Binary1010001010001111011010000101111101101101101000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285176; }

 p { color: rgb(40,81,118); }

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

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

 a { background-color: rgb(40,81,118); }

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

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

 span { border-color: rgb(40,81,118); }

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