#285174

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

Shades of Venice Blue #285174

Tints of Venice Blue #285174

Color information

#285174 (or 0x285174) is unknown color: approx Venice Blue. HEX triplet: 28, 51 and 74. RGB value is (40,81,116). Sum of RGB (Red+Green+Blue) = 40+81+116=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #285174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285174 is #D7AE8B. Grayscale: #484848. Windows color (decimal): -14134924 or 7622952. OLE color: 7622952.

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

Color convert

RGB4081116-
CMYK0.660.3000.55
HSL207.63º48.72%30.59%-
HSV(B)207.63º65.52%45.49%-
XYZ6.977.617.62-
YUV72.73152.42104.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=16.88%
G=34.18%
B=48.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40811160.660.3000.55207.6348.7230.59
Hex285174421E037d0311f
Octal50121164102360673206137
Binary1010001010001111010010000101111001101111101000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285174; }

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

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

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

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

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

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

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

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