#304F6D

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

Shades of Venice Blue #304F6D

Tints of Venice Blue #304F6D

Color information

#304F6D (or 0x304F6D) is unknown color: approx Venice Blue. HEX triplet: 30, 4F and 6D. RGB value is (48,79,109). Sum of RGB (Red+Green+Blue) = 48+79+109=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #304F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F6D is #CFB092. Grayscale: #494949. Windows color (decimal): -13611155 or 7163696. OLE color: 7163696.

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

Color convert

RGB4879109-
CMYK0.560.2800.57
HSL209.51º38.85%30.78%-
HSV(B)209.51º55.96%42.75%-
XYZ6.787.3215.52-
YUV73.15148.23110.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 109 (42.97% from 255) = 46.19%
R=20.34%
G=33.47%
B=46.19%

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
Decimal48791090.560.2800.57209.5138.8530.78
Hex304F6D381C039d2271f
Octal6011715570340713224737
Binary110000100111111011011110001110001110011101001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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