#305174

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

Shades of Venice Blue #305174

Tints of Venice Blue #305174

Color information

#305174 (or 0x305174) is unknown color: approx Venice Blue. HEX triplet: 30, 51 and 74. RGB value is (48,81,116). Sum of RGB (Red+Green+Blue) = 48+81+116=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #305174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305174 is #CFAE8B. Grayscale: #4A4A4A. Windows color (decimal): -13610636 or 7622960. OLE color: 7622960.

HSL color Cylindrical-coordinate representation of color #305174: hue angle of 210.88º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #305174 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4881116-
CMYK0.590.3000.55
HSL210.88º41.46%32.16%-
HSV(B)210.88º58.62%45.49%-
XYZ7.317.7717.64-
YUV75.12151.07108.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 116 (45.70% from 255) = 47.35%
R=19.59%
G=33.06%
B=47.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48811160.590.3000.55210.8841.4632.16
Hex3051743B1E037d32920
Octal6012116473360673235140
Binary1100001010001111010011101111110011011111010011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305174; }

 p { color: rgb(48,81,116); }

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

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

 a { background-color: rgb(48,81,116); }

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

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

 span { border-color: rgb(48,81,116); }

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