#304E71

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

Shades of Venice Blue #304E71

Tints of Venice Blue #304E71

Color information

#304E71 (or 0x304E71) is unknown color: approx Venice Blue. HEX triplet: 30, 4E and 71. RGB value is (48,78,113). Sum of RGB (Red+Green+Blue) = 48+78+113=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #304E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E71 is #CFB18E. Grayscale: #484848. Windows color (decimal): -13611407 or 7425584. OLE color: 7425584.

HSL color Cylindrical-coordinate representation of color #304E71: hue angle of 212.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304E71 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4878113-
CMYK0.580.3100.56
HSL212.31º40.37%31.57%-
HSV(B)212.31º57.52%44.31%-
XYZ6.927.2716.66-
YUV73.02150.56110.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=20.08%
G=32.64%
B=47.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48781130.580.3100.56212.3140.3731.57
Hex304E713A1F038d42820
Octal6011616172370703245040
Binary1100001001110111000111101011111011100011010100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,78,113); }

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

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

 a { background-color: rgb(48,78,113); }

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

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

 span { border-color: rgb(48,78,113); }

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