#305679

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

Shades of Venice Blue #305679

Tints of Venice Blue #305679

Color information

#305679 (or 0x305679) is unknown color: approx Venice Blue. HEX triplet: 30, 56 and 79. RGB value is (48,86,121). Sum of RGB (Red+Green+Blue) = 48+86+121=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #305679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305679 is #CFA986. Grayscale: #4E4E4E. Windows color (decimal): -13609351 or 7951920. OLE color: 7951920.

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

Color convert

RGB4886121-
CMYK0.600.2900.53
HSL208.77º43.2%33.14%-
HSV(B)208.77º60.33%47.45%-
XYZ88.6619.34-
YUV78.63151.91106.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 121 (47.66% from 255) = 47.45%
R=18.82%
G=33.73%
B=47.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48861210.600.2900.53208.7743.233.14
Hex3056793C1D035d12b21
Octal6012617174350653215341
Binary1100001010110111100111110011101011010111010001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305679; }

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

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

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

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

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

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

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

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