#305779

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

Shades of Venice Blue #305779

Tints of Venice Blue #305779

Color information

#305779 (or 0x305779) is unknown color: approx Venice Blue. HEX triplet: 30, 57 and 79. RGB value is (48,87,121). Sum of RGB (Red+Green+Blue) = 48+87+121=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #305779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305779 is #CFA886. Grayscale: #4F4F4F. Windows color (decimal): -13609095 or 7952176. OLE color: 7952176.

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

Color convert

RGB4887121-
CMYK0.600.2800.53
HSL207.95º43.2%33.14%-
HSV(B)207.95º60.33%47.45%-
XYZ8.088.8319.37-
YUV79.21151.58105.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 121 (47.66% from 255) = 47.27%
R=18.75%
G=33.98%
B=47.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48871210.600.2800.53207.9543.233.14
Hex3057793C1C035d02b21
Octal6012717174340653205341
Binary1100001010111111100111110011100011010111010000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305779; }

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

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

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

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

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

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

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

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