#284770

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

Shades of Venice Blue #284770

Tints of Venice Blue #284770

Color information

#284770 (or 0x284770) is unknown color: approx Venice Blue. HEX triplet: 28, 47 and 70. RGB value is (40,71,112). Sum of RGB (Red+Green+Blue) = 40+71+112=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #284770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284770 is #D7B88F. Grayscale: #424242. Windows color (decimal): -14137488 or 7358248. OLE color: 7358248.

HSL color Cylindrical-coordinate representation of color #284770: hue angle of 214.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #284770 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4071112-
CMYK0.640.3700.56
HSL214.17º47.37%29.8%-
HSV(B)214.17º64.29%43.92%-
XYZ6.056.1316.19-
YUV66.4153.73109.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.94%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=17.94%
G=31.84%
B=50.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40711120.640.3700.56214.1747.3729.8
Hex2847704025038d62f1e
Octal50107160100450703265736
Binary10100010001111110000100000010010101110001101011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284770; }

 p { color: rgb(40,71,112); }

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

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

 a { background-color: rgb(40,71,112); }

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

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

 span { border-color: rgb(40,71,112); }

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