#285778

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

Shades of Venice Blue #285778

Tints of Venice Blue #285778

Color information

#285778 (or 0x285778) is unknown color: approx Venice Blue. HEX triplet: 28, 57 and 78. RGB value is (40,87,120). Sum of RGB (Red+Green+Blue) = 40+87+120=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #285778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285778 is #D7A887. Grayscale: #4C4C4C. Windows color (decimal): -14133384 or 7886632. OLE color: 7886632.

HSL color Cylindrical-coordinate representation of color #285778: hue angle of 204.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #285778 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4087120-
CMYK0.670.2800.53
HSL204.75º50%31.37%-
HSV(B)204.75º66.67%47.06%-
XYZ7.678.6219.03-
YUV76.71152.43101.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=16.19%
G=35.22%
B=48.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40871200.670.2800.53204.755031.37
Hex285778431C035cd321f
Octal50127170103340653156237
Binary1010001010111111100010000111110001101011100110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285778; }

 p { color: rgb(40,87,120); }

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

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

 a { background-color: rgb(40,87,120); }

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

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

 span { border-color: rgb(40,87,120); }

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