#285879

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

Shades of Venice Blue #285879

Tints of Venice Blue #285879

Color information

#285879 (or 0x285879) is unknown color: approx Venice Blue. HEX triplet: 28, 58 and 79. RGB value is (40,88,121). Sum of RGB (Red+Green+Blue) = 40+88+121=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #285879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285879 is #D7A786. Grayscale: #4D4D4D. Windows color (decimal): -14133127 or 7952424. OLE color: 7952424.

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

Color convert

RGB4088121-
CMYK0.670.2700.53
HSL204.44º50.31%31.57%-
HSV(B)204.44º66.94%47.45%-
XYZ7.828.8119.38-
YUV77.41152.6101.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 121 (47.66% from 255) = 48.59%
R=16.06%
G=35.34%
B=48.59%

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
Decimal40881210.670.2700.53204.4450.3131.57
Hex285879431B035cc3220
Octal50130171103330653146240
Binary10100010110001111001100001111011011010111001100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285879; }

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

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

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

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

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

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

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

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