#304E6D

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

Shades of Venice Blue #304E6D

Tints of Venice Blue #304E6D

Color information

#304E6D (or 0x304E6D) is unknown color: approx Venice Blue. HEX triplet: 30, 4E and 6D. RGB value is (48,78,109). Sum of RGB (Red+Green+Blue) = 48+78+109=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #304E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E6D is #CFB192. Grayscale: #484848. Windows color (decimal): -13611411 or 7163440. OLE color: 7163440.

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

Color convert

RGB4878109-
CMYK0.560.2800.57
HSL210.49º38.85%30.78%-
HSV(B)210.49º55.96%42.75%-
XYZ6.77.1815.5-
YUV72.56148.56110.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 109 (42.97% from 255) = 46.38%
R=20.43%
G=33.19%
B=46.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48781090.560.2800.57210.4938.8530.78
Hex304E6D381C039d2271f
Octal6011615570340713224737
Binary110000100111011011011110001110001110011101001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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