#284773

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

Shades of Venice Blue #284773

Tints of Venice Blue #284773

Color information

#284773 (or 0x284773) is unknown color: approx Venice Blue. HEX triplet: 28, 47 and 73. RGB value is (40,71,115). Sum of RGB (Red+Green+Blue) = 40+71+115=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #284773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284773 is #D7B88C. Grayscale: #424242. Windows color (decimal): -14137485 or 7554856. OLE color: 7554856.

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

Color convert

RGB4071115-
CMYK0.650.3800.55
HSL215.2º48.39%30.39%-
HSV(B)215.2º65.22%45.1%-
XYZ6.226.217.09-
YUV66.75155.23108.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 115 (45.31% from 255) = 50.88%
R=17.70%
G=31.42%
B=50.88%

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
Decimal40711150.650.3800.55215.248.3930.39
Hex2847734126037d7301e
Octal50107163101460673276036
Binary10100010001111110011100000110011001101111101011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284773; }

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

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

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

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

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

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

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

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