#305A77

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

Shades of Venice Blue #305A77

Tints of Venice Blue #305A77

Color information

#305A77 (or 0x305A77) is unknown color: approx Venice Blue. HEX triplet: 30, 5A and 77. RGB value is (48,90,119). Sum of RGB (Red+Green+Blue) = 48+90+119=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #305A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A77 is #CFA588. Grayscale: #505050. Windows color (decimal): -13608329 or 7821872. OLE color: 7821872.

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

Color convert

RGB4890119-
CMYK0.600.2400.53
HSL204.51º42.51%32.75%-
HSV(B)204.51º59.66%46.67%-
XYZ8.29.2718.81-
YUV80.75149.59104.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=18.68%
G=35.02%
B=46.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48901190.600.2400.53204.5142.5132.75
Hex305A773C18035cd2b21
Octal6013216774300653155341
Binary1100001011010111011111110011000011010111001101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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