#305171

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

Shades of Venice Blue #305171

Tints of Venice Blue #305171

Color information

#305171 (or 0x305171) is unknown color: approx Venice Blue. HEX triplet: 30, 51 and 71. RGB value is (48,81,113). Sum of RGB (Red+Green+Blue) = 48+81+113=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #305171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305171 is #CFAE8E. Grayscale: #4A4A4A. Windows color (decimal): -13610639 or 7426352. OLE color: 7426352.

HSL color Cylindrical-coordinate representation of color #305171: hue angle of 209.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305171 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4881113-
CMYK0.580.2800.56
HSL209.54º40.37%31.57%-
HSV(B)209.54º57.52%44.31%-
XYZ7.147.7116.73-
YUV74.78149.57108.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=19.83%
G=33.47%
B=46.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48811130.580.2800.56209.5440.3731.57
Hex3051713A1C038d22820
Octal6012116172340703225040
Binary1100001010001111000111101011100011100011010010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305171; }

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

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

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

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

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

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

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

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