#305576

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

Shades of Venice Blue #305576

Tints of Venice Blue #305576

Color information

#305576 (or 0x305576) is unknown color: approx Venice Blue. HEX triplet: 30, 55 and 76. RGB value is (48,85,118). Sum of RGB (Red+Green+Blue) = 48+85+118=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #305576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305576 is #CFAA89. Grayscale: #4D4D4D. Windows color (decimal): -13609610 or 7755056. OLE color: 7755056.

HSL color Cylindrical-coordinate representation of color #305576: hue angle of 208.29º 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 #305576 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4885118-
CMYK0.590.2800.54
HSL208.29º42.17%32.55%-
HSV(B)208.29º59.32%46.27%-
XYZ7.748.4318.36-
YUV77.7150.74106.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=19.12%
G=33.86%
B=47.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48851180.590.2800.54208.2942.1732.55
Hex3055763B1C036d02a21
Octal6012516673340663205241
Binary1100001010101111011011101111100011011011010000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305576; }

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

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

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

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

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

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

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

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