#284973

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

Shades of Venice Blue #284973

Tints of Venice Blue #284973

Color information

#284973 (or 0x284973) is unknown color: approx Venice Blue. HEX triplet: 28, 49 and 73. RGB value is (40,73,115). Sum of RGB (Red+Green+Blue) = 40+73+115=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #284973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284973 is #D7B68C. Grayscale: #434343. Windows color (decimal): -14136973 or 7555368. OLE color: 7555368.

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

Color convert

RGB4073115-
CMYK0.650.3700.55
HSL213.6º48.39%30.39%-
HSV(B)213.6º65.22%45.1%-
XYZ6.356.4517.13-
YUV67.92154.57108.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=17.54%
G=32.02%
B=50.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40731150.650.3700.55213.648.3930.39
Hex2849734125037d6301e
Octal50111163101450673266036
Binary10100010010011110011100000110010101101111101011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284973; }

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

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

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

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

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

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

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

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