#305A78

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

Shades of Venice Blue #305A78

Tints of Venice Blue #305A78

Color information

#305A78 (or 0x305A78) is unknown color: approx Venice Blue. HEX triplet: 30, 5A and 78. RGB value is (48,90,120). Sum of RGB (Red+Green+Blue) = 48+90+120=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #305A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A78 is #CFA587. Grayscale: #505050. Windows color (decimal): -13608328 or 7887408. OLE color: 7887408.

HSL color Cylindrical-coordinate representation of color #305A78: hue angle of 205º 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 #305A78 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4890120-
CMYK0.600.2500.53
HSL205º42.86%32.94%-
HSV(B)205º60%47.06%-
XYZ8.279.319.13-
YUV80.86150.09104.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=18.60%
G=34.88%
B=46.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48901200.600.2500.5320542.8632.94
Hex305A783C19035cd2b21
Octal6013217074310653155341
Binary1100001011010111100011110011001011010111001101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305A78; }

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

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

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

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

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

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

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

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