#304D70

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

Shades of Venice Blue #304D70

Tints of Venice Blue #304D70

Color information

#304D70 (or 0x304D70) is unknown color: approx Venice Blue. HEX triplet: 30, 4D and 70. RGB value is (48,77,112). Sum of RGB (Red+Green+Blue) = 48+77+112=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #304D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D70 is #CFB28F. Grayscale: #484848. Windows color (decimal): -13611664 or 7359792. OLE color: 7359792.

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

Color convert

RGB4877112-
CMYK0.570.3100.56
HSL212.81º40%31.37%-
HSV(B)212.81º57.14%43.92%-
XYZ6.87.1116.34-
YUV72.32150.39110.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 112 (44.14% from 255) = 47.26%
R=20.25%
G=32.49%
B=47.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48771120.570.3100.56212.814031.37
Hex304D70391F038d5281f
Octal6011516071370703255037
Binary110000100110111100001110011111101110001101010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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