#284B72

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

Shades of Venice Blue #284B72

Tints of Venice Blue #284B72

Color information

#284B72 (or 0x284B72) is unknown color: approx Venice Blue. HEX triplet: 28, 4B and 72. RGB value is (40,75,114). Sum of RGB (Red+Green+Blue) = 40+75+114=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #284B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B72 is #D7B48D. Grayscale: #444444. Windows color (decimal): -14136462 or 7490344. OLE color: 7490344.

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

Color convert

RGB4075114-
CMYK0.650.3400.55
HSL211.62º48.05%30.2%-
HSV(B)211.62º64.91%44.71%-
XYZ6.436.716.87-
YUV68.98153.4107.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=17.47%
G=32.75%
B=49.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40751140.650.3400.55211.6248.0530.2
Hex284B724122037d4301e
Octal50113162101420673246036
Binary10100010010111110010100000110001001101111101010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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