#304F6C

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

Shades of Venice Blue #304F6C

Tints of Venice Blue #304F6C

Color information

#304F6C (or 0x304F6C) is unknown color: approx Venice Blue. HEX triplet: 30, 4F and 6C. RGB value is (48,79,108). Sum of RGB (Red+Green+Blue) = 48+79+108=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #304F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F6C is #CFB093. Grayscale: #484848. Windows color (decimal): -13611156 or 7098160. OLE color: 7098160.

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

Color convert

RGB4879108-
CMYK0.560.2700.58
HSL209º38.46%30.59%-
HSV(B)209º55.56%42.35%-
XYZ6.727.315.24-
YUV73.04147.73110.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 108 (42.58% from 255) = 45.96%
R=20.43%
G=33.62%
B=45.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48791080.560.2700.5820938.4630.59
Hex304F6C381B03Ad1261f
Octal6011715470330723214637
Binary110000100111111011001110001101101110101101000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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