#305276

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

Shades of Venice Blue #305276

Tints of Venice Blue #305276

Color information

#305276 (or 0x305276) is unknown color: approx Venice Blue. HEX triplet: 30, 52 and 76. RGB value is (48,82,118). Sum of RGB (Red+Green+Blue) = 48+82+118=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #305276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305276 is #CFAD89. Grayscale: #4B4B4B. Windows color (decimal): -13610378 or 7754288. OLE color: 7754288.

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

Color convert

RGB4882118-
CMYK0.590.3100.54
HSL210.86º42.17%32.55%-
HSV(B)210.86º59.32%46.27%-
XYZ7.517.9718.28-
YUV75.94151.74108.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=19.35%
G=33.06%
B=47.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48821180.590.3100.54210.8642.1732.55
Hex3052763B1F036d32a21
Octal6012216673370663235241
Binary1100001010010111011011101111111011011011010011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305276; }

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

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

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

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

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

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

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

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