#285373

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

Shades of Venice Blue #285373

Tints of Venice Blue #285373

Color information

#285373 (or 0x285373) is unknown color: approx Venice Blue. HEX triplet: 28, 53 and 73. RGB value is (40,83,115). Sum of RGB (Red+Green+Blue) = 40+83+115=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #285373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285373 is #D7AC8C. Grayscale: #494949. Windows color (decimal): -14134413 or 7557928. OLE color: 7557928.

HSL color Cylindrical-coordinate representation of color #285373: hue angle of 205.6º 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 #285373 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4083115-
CMYK0.650.2800.55
HSL205.6º48.39%30.39%-
HSV(B)205.6º65.22%45.1%-
XYZ7.067.8817.37-
YUV73.79151.25103.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.81%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 115 (45.31% from 255) = 48.32%
R=16.81%
G=34.87%
B=48.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40831150.650.2800.55205.648.3930.39
Hex285373411C037ce301e
Octal50123163101340673166036
Binary1010001010011111001110000011110001101111100111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285373; }

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

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

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

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

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

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

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

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