#305978

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

Shades of Venice Blue #305978

Tints of Venice Blue #305978

Color information

#305978 (or 0x305978) is unknown color: approx Venice Blue. HEX triplet: 30, 59 and 78. RGB value is (48,89,120). Sum of RGB (Red+Green+Blue) = 48+89+120=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #305978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305978 is #CFA687. Grayscale: #505050. Windows color (decimal): -13608584 or 7887152. OLE color: 7887152.

HSL color Cylindrical-coordinate representation of color #305978: hue angle of 205.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #305978 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4889120-
CMYK0.600.2600.53
HSL205.83º42.86%32.94%-
HSV(B)205.83º60%47.06%-
XYZ8.189.1319.1-
YUV80.28150.42104.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=18.68%
G=34.63%
B=46.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48891200.600.2600.53205.8342.8632.94
Hex3059783C1A035ce2b21
Octal6013117074320653165341
Binary1100001011001111100011110011010011010111001110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305978; }

 p { color: rgb(48,89,120); }

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

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

 a { background-color: rgb(48,89,120); }

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

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

 span { border-color: rgb(48,89,120); }

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