#285878

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

Shades of Venice Blue #285878

Tints of Venice Blue #285878

Color information

#285878 (or 0x285878) is unknown color: approx Venice Blue. HEX triplet: 28, 58 and 78. RGB value is (40,88,120). Sum of RGB (Red+Green+Blue) = 40+88+120=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #285878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285878 is #D7A787. Grayscale: #4D4D4D. Windows color (decimal): -14133128 or 7886888. OLE color: 7886888.

HSL color Cylindrical-coordinate representation of color #285878: hue angle of 204º 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 #285878 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4088120-
CMYK0.670.2700.53
HSL204º50%31.37%-
HSV(B)204º66.67%47.06%-
XYZ7.758.7919.06-
YUV77.3152.1101.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.13%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 120 (47.27% from 255) = 48.39%
R=16.13%
G=35.48%
B=48.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40881200.670.2700.532045031.37
Hex285878431B035cc321f
Octal50130170103330653146237
Binary1010001011000111100010000111101101101011100110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285878; }

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

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

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

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

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

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

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

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