#305076

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

Shades of Venice Blue #305076

Tints of Venice Blue #305076

Color information

#305076 (or 0x305076) is unknown color: approx Venice Blue. HEX triplet: 30, 50 and 76. RGB value is (48,80,118). Sum of RGB (Red+Green+Blue) = 48+80+118=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #305076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305076 is #CFAF89. Grayscale: #4A4A4A. Windows color (decimal): -13610890 or 7753776. OLE color: 7753776.

HSL color Cylindrical-coordinate representation of color #305076: hue angle of 212.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #305076 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4880118-
CMYK0.590.3200.54
HSL212.57º42.17%32.55%-
HSV(B)212.57º59.32%46.27%-
XYZ7.367.6718.23-
YUV74.76152.4108.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=19.51%
G=32.52%
B=47.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48801180.590.3200.54212.5742.1732.55
Hex3050763B20036d52a21
Octal6012016673400663255241
Binary11000010100001110110111011100000011011011010101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305076; }

 p { color: rgb(48,80,118); }

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

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

 a { background-color: rgb(48,80,118); }

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

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

 span { border-color: rgb(48,80,118); }

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