#284974

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

Shades of Venice Blue #284974

Tints of Venice Blue #284974

Color information

#284974 (or 0x284974) is unknown color: approx Venice Blue. HEX triplet: 28, 49 and 74. RGB value is (40,73,116). Sum of RGB (Red+Green+Blue) = 40+73+116=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #284974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284974 is #D7B68B. Grayscale: #434343. Windows color (decimal): -14136972 or 7620904. OLE color: 7620904.

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

Color convert

RGB4073116-
CMYK0.660.3700.55
HSL213.95º48.72%30.59%-
HSV(B)213.95º65.52%45.49%-
XYZ6.416.4817.44-
YUV68.04155.07108-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 116 (45.70% from 255) = 50.66%
R=17.47%
G=31.88%
B=50.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40731160.660.3700.55213.9548.7230.59
Hex2849744225037d6311f
Octal50111164102450673266137
Binary10100010010011110100100001010010101101111101011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284974; }

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

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

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

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

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

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

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

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