#284B76

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

Shades of Venice Blue #284B76

Tints of Venice Blue #284B76

Color information

#284B76 (or 0x284B76) is unknown color: approx Venice Blue. HEX triplet: 28, 4B and 76. RGB value is (40,75,118). Sum of RGB (Red+Green+Blue) = 40+75+118=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #284B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B76 is #D7B489. Grayscale: #454545. Windows color (decimal): -14136458 or 7752488. OLE color: 7752488.

HSL color Cylindrical-coordinate representation of color #284B76: hue angle of 213.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #284B76 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4075118-
CMYK0.660.3600.54
HSL213.08º49.37%30.98%-
HSV(B)213.08º66.1%46.27%-
XYZ6.666.7918.1-
YUV69.44155.4107-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=17.17%
G=32.19%
B=50.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40751180.660.3600.54213.0849.3730.98
Hex284B764224036d5311f
Octal50113166102440663256137
Binary10100010010111110110100001010010001101101101010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,75,118); }

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

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

 a { background-color: rgb(40,75,118); }

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

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

 span { border-color: rgb(40,75,118); }

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