#284772

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

Shades of Venice Blue #284772

Tints of Venice Blue #284772

Color information

#284772 (or 0x284772) is unknown color: approx Venice Blue. HEX triplet: 28, 47 and 72. RGB value is (40,71,114). Sum of RGB (Red+Green+Blue) = 40+71+114=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #284772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284772 is #D7B88D. Grayscale: #424242. Windows color (decimal): -14137486 or 7489320. OLE color: 7489320.

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

Color convert

RGB4071114-
CMYK0.650.3800.55
HSL214.86º48.05%30.2%-
HSV(B)214.86º64.91%44.71%-
XYZ6.176.1716.79-
YUV66.63154.73109-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=17.78%
G=31.56%
B=50.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40711140.650.3800.55214.8648.0530.2
Hex2847724126037d7301e
Octal50107162101460673276036
Binary10100010001111110010100000110011001101111101011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284772; }

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

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

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

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

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

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

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

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