#375171

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

Shades of Venice Blue #375171

Tints of Venice Blue #375171

Color information

#375171 (or 0x375171) is unknown color: approx Venice Blue. HEX triplet: 37, 51 and 71. RGB value is (55,81,113). Sum of RGB (Red+Green+Blue) = 55+81+113=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #375171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375171 is #C8AE8E. Grayscale: #4C4C4C. Windows color (decimal): -13151887 or 7426359. OLE color: 7426359.

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

Color convert

RGB5581113-
CMYK0.510.2800.56
HSL213.1º34.52%32.94%-
HSV(B)213.1º51.33%44.31%-
XYZ7.57.8916.75-
YUV76.87148.39112.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=22.09%
G=32.53%
B=45.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55811130.510.2800.56213.134.5232.94
Hex375171331C038d52321
Octal6712116163340703254341
Binary1101111010001111000111001111100011100011010101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375171; }

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

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

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

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

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

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

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

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