#304C6D

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

Shades of Venice Blue #304C6D

Tints of Venice Blue #304C6D

Color information

#304C6D (or 0x304C6D) is unknown color: approx Venice Blue. HEX triplet: 30, 4C and 6D. RGB value is (48,76,109). Sum of RGB (Red+Green+Blue) = 48+76+109=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #304C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C6D is #CFB392. Grayscale: #474747. Windows color (decimal): -13611923 or 7162928. OLE color: 7162928.

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

Color convert

RGB4876109-
CMYK0.560.3000.57
HSL212.46º38.85%30.78%-
HSV(B)212.46º55.96%42.75%-
XYZ6.566.915.45-
YUV71.39149.22111.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 109 (42.97% from 255) = 46.78%
R=20.60%
G=32.62%
B=46.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48761090.560.3000.57212.4638.8530.78
Hex304C6D381E039d4271f
Octal6011415570360713244737
Binary110000100110011011011110001111001110011101010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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