#305D79

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

Shades of Venice Blue #305D79

Tints of Venice Blue #305D79

Color information

#305D79 (or 0x305D79) is unknown color: approx Venice Blue. HEX triplet: 30, 5D and 79. RGB value is (48,93,121). Sum of RGB (Red+Green+Blue) = 48+93+121=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #305D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D79 is #CFA286. Grayscale: #525252. Windows color (decimal): -13607559 or 7953712. OLE color: 7953712.

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

Color convert

RGB4893121-
CMYK0.600.2300.53
HSL203.01º43.2%33.14%-
HSV(B)203.01º60.33%47.45%-
XYZ8.589.8419.54-
YUV82.74149.59103.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 93 (36.72% from 255) = 35.50%
BLUE value IS 121 (47.66% from 255) = 46.18%
R=18.32%
G=35.50%
B=46.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48931210.600.2300.53203.0143.233.14
Hex305D793C17035cb2b21
Octal6013517174270653135341
Binary1100001011101111100111110010111011010111001011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,93,121); }

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

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

 a { background-color: rgb(48,93,121); }

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

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

 span { border-color: rgb(48,93,121); }

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