#304D72

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

Shades of Venice Blue #304D72

Tints of Venice Blue #304D72

Color information

#304D72 (or 0x304D72) is unknown color: approx Venice Blue. HEX triplet: 30, 4D and 72. RGB value is (48,77,114). Sum of RGB (Red+Green+Blue) = 48+77+114=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #304D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D72 is #CFB28D. Grayscale: #484848. Windows color (decimal): -13611662 or 7490864. OLE color: 7490864.

HSL color Cylindrical-coordinate representation of color #304D72: hue angle of 213.64º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304D72 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4877114-
CMYK0.580.3200.55
HSL213.64º40.74%31.76%-
HSV(B)213.64º57.89%44.71%-
XYZ6.917.1516.94-
YUV72.55151.39110.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 77 (30.47% from 255) = 32.22%
BLUE value IS 114 (44.92% from 255) = 47.70%
R=20.08%
G=32.22%
B=47.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48771140.580.3200.55213.6440.7431.76
Hex304D723A20037d62920
Octal6011516272400673265140
Binary11000010011011110010111010100000011011111010110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304D72; }

 p { color: rgb(48,77,114); }

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

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

 a { background-color: rgb(48,77,114); }

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

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

 span { border-color: rgb(48,77,114); }

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