#304B71

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

Shades of Venice Blue #304B71

Tints of Venice Blue #304B71

Color information

#304B71 (or 0x304B71) is unknown color: approx Venice Blue. HEX triplet: 30, 4B and 71. RGB value is (48,75,113). Sum of RGB (Red+Green+Blue) = 48+75+113=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #304B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B71 is #CFB48E. Grayscale: #474747. Windows color (decimal): -13612175 or 7424816. OLE color: 7424816.

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

Color convert

RGB4875113-
CMYK0.580.3400.56
HSL215.08º40.37%31.57%-
HSV(B)215.08º57.52%44.31%-
XYZ6.726.8516.59-
YUV71.26151.55111.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=20.34%
G=31.78%
B=47.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48751130.580.3400.56215.0840.3731.57
Hex304B713A22038d72820
Octal6011316172420703275040
Binary11000010010111110001111010100010011100011010111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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