#305172

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

Shades of Venice Blue #305172

Tints of Venice Blue #305172

Color information

#305172 (or 0x305172) is unknown color: approx Venice Blue. HEX triplet: 30, 51 and 72. RGB value is (48,81,114). Sum of RGB (Red+Green+Blue) = 48+81+114=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #305172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305172 is #CFAE8D. Grayscale: #4A4A4A. Windows color (decimal): -13610638 or 7491888. OLE color: 7491888.

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

Color convert

RGB4881114-
CMYK0.580.2900.55
HSL210º40.74%31.76%-
HSV(B)210º57.89%44.71%-
XYZ7.27.7317.03-
YUV74.9150.07108.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=19.75%
G=33.33%
B=46.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48811140.580.2900.5521040.7431.76
Hex3051723A1D037d22920
Octal6012116272350673225140
Binary1100001010001111001011101011101011011111010010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305172; }

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

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

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

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

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

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

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

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