#284E7A

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

Shades of Venice Blue #284E7A

Tints of Venice Blue #284E7A

Color information

#284E7A (or 0x284E7A) is unknown color: approx Venice Blue. HEX triplet: 28, 4E and 7A. RGB value is (40,78,122). Sum of RGB (Red+Green+Blue) = 40+78+122=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #284E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E7A is #D7B185. Grayscale: #474747. Windows color (decimal): -14135686 or 8015400. OLE color: 8015400.

HSL color Cylindrical-coordinate representation of color #284E7A: hue angle of 212.2º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #284E7A is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4078122-
CMYK0.670.3600.52
HSL212.2º50.62%31.76%-
HSV(B)212.2º67.21%47.84%-
XYZ7.117.3119.45-
YUV71.65156.41105.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.67%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=16.67%
G=32.5%
B=50.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40781220.670.3600.52212.250.6231.76
Hex284E7A4324034d43320
Octal50116172103440643246340
Binary101000100111011110101000011100100011010011010100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284E7A; }

 p { color: rgb(40,78,122); }

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

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

 a { background-color: rgb(40,78,122); }

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

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

 span { border-color: rgb(40,78,122); }

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