#375371

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

Shades of Venice Blue #375371

Tints of Venice Blue #375371

Color information

#375371 (or 0x375371) is unknown color: approx Venice Blue. HEX triplet: 37, 53 and 71. RGB value is (55,83,113). Sum of RGB (Red+Green+Blue) = 55+83+113=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #375371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375371 is #C8AC8E. Grayscale: #4D4D4D. Windows color (decimal): -13151375 or 7426871. OLE color: 7426871.

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

Color convert

RGB5583113-
CMYK0.510.2700.56
HSL211.03º34.52%32.94%-
HSV(B)211.03º51.33%44.31%-
XYZ7.658.1916.8-
YUV78.05147.72111.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.91%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=21.91%
G=33.07%
B=45.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55831130.510.2700.56211.0334.5232.94
Hex375371331B038d32321
Octal6712316163330703234341
Binary1101111010011111000111001111011011100011010011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375371; }

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

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

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

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

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

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

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

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