#285374

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

Shades of Venice Blue #285374

Tints of Venice Blue #285374

Color information

#285374 (or 0x285374) is unknown color: approx Venice Blue. HEX triplet: 28, 53 and 74. RGB value is (40,83,116). Sum of RGB (Red+Green+Blue) = 40+83+116=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #285374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285374 is #D7AC8B. Grayscale: #494949. Windows color (decimal): -14134412 or 7623464. OLE color: 7623464.

HSL color Cylindrical-coordinate representation of color #285374: hue angle of 206.05º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #285374 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4083116-
CMYK0.660.2800.55
HSL206.05º48.72%30.59%-
HSV(B)206.05º65.52%45.49%-
XYZ7.127.917.67-
YUV73.9151.75103.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.74%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 116 (45.70% from 255) = 48.54%
R=16.74%
G=34.73%
B=48.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40831160.660.2800.55206.0548.7230.59
Hex285374421C037ce311f
Octal50123164102340673166137
Binary1010001010011111010010000101110001101111100111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285374; }

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

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

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

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

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

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

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

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