#305876

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

Shades of Venice Blue #305876

Tints of Venice Blue #305876

Color information

#305876 (or 0x305876) is unknown color: approx Venice Blue. HEX triplet: 30, 58 and 76. RGB value is (48,88,118). Sum of RGB (Red+Green+Blue) = 48+88+118=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #305876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305876 is #CFA789. Grayscale: #4F4F4F. Windows color (decimal): -13608842 or 7755824. OLE color: 7755824.

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

Color convert

RGB4888118-
CMYK0.590.2500.54
HSL205.71º42.17%32.55%-
HSV(B)205.71º59.32%46.27%-
XYZ7.988.9218.44-
YUV79.46149.75105.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 118 (46.48% from 255) = 46.46%
R=18.90%
G=34.65%
B=46.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48881180.590.2500.54205.7142.1732.55
Hex3058763B19036ce2a21
Octal6013016673310663165241
Binary1100001011000111011011101111001011011011001110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305876; }

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

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

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

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

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

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

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

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