#284B73

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

Shades of Venice Blue #284B73

Tints of Venice Blue #284B73

Color information

#284B73 (or 0x284B73) is unknown color: approx Venice Blue. HEX triplet: 28, 4B and 73. RGB value is (40,75,115). Sum of RGB (Red+Green+Blue) = 40+75+115=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #284B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B73 is #D7B48C. Grayscale: #444444. Windows color (decimal): -14136461 or 7555880. OLE color: 7555880.

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

Color convert

RGB4075115-
CMYK0.650.3500.55
HSL212º48.39%30.39%-
HSV(B)212º65.22%45.1%-
XYZ6.496.7217.18-
YUV69.1153.9107.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 115 (45.31% from 255) = 50%
R=17.39%
G=32.61%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40751150.650.3500.5521248.3930.39
Hex284B734123037d4301e
Octal50113163101430673246036
Binary10100010010111110011100000110001101101111101010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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