#304C72

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

Shades of Venice Blue #304C72

Tints of Venice Blue #304C72

Color information

#304C72 (or 0x304C72) is unknown color: approx Venice Blue. HEX triplet: 30, 4C and 72. RGB value is (48,76,114). Sum of RGB (Red+Green+Blue) = 48+76+114=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #304C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C72 is #CFB38D. Grayscale: #474747. Windows color (decimal): -13611918 or 7490608. OLE color: 7490608.

HSL color Cylindrical-coordinate representation of color #304C72: hue angle of 214.55º 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 #304C72 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4876114-
CMYK0.580.3300.55
HSL214.55º40.74%31.76%-
HSV(B)214.55º57.89%44.71%-
XYZ6.847.0116.91-
YUV71.96151.72110.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=20.17%
G=31.93%
B=47.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48761140.580.3300.55214.5540.7431.76
Hex304C723A21037d72920
Octal6011416272410673275140
Binary11000010011001110010111010100001011011111010111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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