#285475

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

Shades of Venice Blue #285475

Tints of Venice Blue #285475

Color information

#285475 (or 0x285475) is unknown color: approx Venice Blue. HEX triplet: 28, 54 and 75. RGB value is (40,84,117). Sum of RGB (Red+Green+Blue) = 40+84+117=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #285475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285475 is #D7AB8A. Grayscale: #4A4A4A. Windows color (decimal): -14134155 or 7689256. OLE color: 7689256.

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

Color convert

RGB4084117-
CMYK0.660.2800.54
HSL205.71º49.04%30.78%-
HSV(B)205.71º65.81%45.88%-
XYZ7.268.0818.01-
YUV74.61151.92103.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.60%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=16.60%
G=34.85%
B=48.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40841170.660.2800.54205.7149.0430.78
Hex285475421C036ce311f
Octal50124165102340663166137
Binary1010001010100111010110000101110001101101100111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285475; }

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

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

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

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

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

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

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

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