#375571

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

Shades of Venice Blue #375571

Tints of Venice Blue #375571

Color information

#375571 (or 0x375571) is unknown color: approx Venice Blue. HEX triplet: 37, 55 and 71. RGB value is (55,85,113). Sum of RGB (Red+Green+Blue) = 55+85+113=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #375571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375571 is #C8AA8E. Grayscale: #4F4F4F. Windows color (decimal): -13150863 or 7427383. OLE color: 7427383.

HSL color Cylindrical-coordinate representation of color #375571: hue angle of 208.97º 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 #375571 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5585113-
CMYK0.510.2500.56
HSL208.97º34.52%32.94%-
HSV(B)208.97º51.33%44.31%-
XYZ7.88.516.85-
YUV79.22147.06110.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 113 (44.53% from 255) = 44.66%
R=21.74%
G=33.60%
B=44.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55851130.510.2500.56208.9734.5232.94
Hex3755713319038d12321
Octal6712516163310703214341
Binary1101111010101111000111001111001011100011010001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375571; }

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

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

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

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

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

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

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

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