#285578

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

Shades of Venice Blue #285578

Tints of Venice Blue #285578

Color information

#285578 (or 0x285578) is unknown color: approx Venice Blue. HEX triplet: 28, 55 and 78. RGB value is (40,85,120). Sum of RGB (Red+Green+Blue) = 40+85+120=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #285578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285578 is #D7AA87. Grayscale: #4B4B4B. Windows color (decimal): -14133896 or 7886120. OLE color: 7886120.

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

Color convert

RGB4085120-
CMYK0.670.2900.53
HSL206.25º50%31.37%-
HSV(B)206.25º66.67%47.06%-
XYZ7.518.318.98-
YUV75.54153.09102.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.33%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=16.33%
G=34.69%
B=48.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40851200.670.2900.53206.255031.37
Hex285578431D035ce321f
Octal50125170103350653166237
Binary1010001010101111100010000111110101101011100111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285578; }

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

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

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

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

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

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

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

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