#285073

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

Shades of Venice Blue #285073

Tints of Venice Blue #285073

Color information

#285073 (or 0x285073) is unknown color: approx Venice Blue. HEX triplet: 28, 50 and 73. RGB value is (40,80,115). Sum of RGB (Red+Green+Blue) = 40+80+115=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #285073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285073 is #D7AF8C. Grayscale: #474747. Windows color (decimal): -14135181 or 7557160. OLE color: 7557160.

HSL color Cylindrical-coordinate representation of color #285073: hue angle of 208º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285073 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4080115-
CMYK0.650.3000.55
HSL208º48.39%30.39%-
HSV(B)208º65.22%45.1%-
XYZ6.847.4317.29-
YUV72.03152.25105.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=17.02%
G=34.04%
B=48.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40801150.650.3000.5520848.3930.39
Hex285073411E037d0301e
Octal50120163101360673206036
Binary1010001010000111001110000011111001101111101000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285073; }

 p { color: rgb(40,80,115); }

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

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

 a { background-color: rgb(40,80,115); }

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

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

 span { border-color: rgb(40,80,115); }

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