#285377

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

Shades of Venice Blue #285377

Tints of Venice Blue #285377

Color information

#285377 (or 0x285377) is unknown color: approx Venice Blue. HEX triplet: 28, 53 and 77. RGB value is (40,83,119). Sum of RGB (Red+Green+Blue) = 40+83+119=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #285377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285377 is #D7AC88. Grayscale: #4A4A4A. Windows color (decimal): -14134409 or 7820072. OLE color: 7820072.

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

Color convert

RGB4083119-
CMYK0.660.3000.53
HSL207.34º49.69%31.18%-
HSV(B)207.34º66.39%46.67%-
XYZ7.37.9718.61-
YUV74.25153.25103.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.53%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=16.53%
G=34.30%
B=49.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40831190.660.3000.53207.3449.6931.18
Hex285377421E035cf321f
Octal50123167102360653176237
Binary1010001010011111011110000101111001101011100111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285377; }

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

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

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

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

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

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

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

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