#285175

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

Shades of Venice Blue #285175

Tints of Venice Blue #285175

Color information

#285175 (or 0x285175) is unknown color: approx Venice Blue. HEX triplet: 28, 51 and 75. RGB value is (40,81,117). Sum of RGB (Red+Green+Blue) = 40+81+117=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #285175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285175 is #D7AE8A. Grayscale: #484848. Windows color (decimal): -14134923 or 7688488. OLE color: 7688488.

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

Color convert

RGB4081117-
CMYK0.660.3100.54
HSL208.05º49.04%30.78%-
HSV(B)208.05º65.81%45.88%-
XYZ7.037.6217.93-
YUV72.84152.92104.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.81%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=16.81%
G=34.03%
B=49.16%

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
Decimal40811170.660.3100.54208.0549.0430.78
Hex285175421F036d0311f
Octal50121165102370663206137
Binary1010001010001111010110000101111101101101101000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285175; }

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

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

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

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

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

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

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

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