#305C79

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

Shades of Venice Blue #305C79

Tints of Venice Blue #305C79

Color information

#305C79 (or 0x305C79) is unknown color: approx Venice Blue. HEX triplet: 30, 5C and 79. RGB value is (48,92,121). Sum of RGB (Red+Green+Blue) = 48+92+121=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #305C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C79 is #CFA386. Grayscale: #515151. Windows color (decimal): -13607815 or 7953456. OLE color: 7953456.

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

Color convert

RGB4892121-
CMYK0.600.2400.53
HSL203.84º43.2%33.14%-
HSV(B)203.84º60.33%47.45%-
XYZ8.59.6619.51-
YUV82.15149.92103.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=18.39%
G=35.25%
B=46.36%

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
Decimal48921210.600.2400.53203.8443.233.14
Hex305C793C18035cc2b21
Octal6013417174300653145341
Binary1100001011100111100111110011000011010111001100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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