#37516F

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

Shades of Venice Blue #37516F

Tints of Venice Blue #37516F

Color information

#37516F (or 0x37516F) is unknown color: approx Venice Blue. HEX triplet: 37, 51 and 6F. RGB value is (55,81,111). Sum of RGB (Red+Green+Blue) = 55+81+111=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #37516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37516F is #C8AE90. Grayscale: #4C4C4C. Windows color (decimal): -13151889 or 7295287. OLE color: 7295287.

HSL color Cylindrical-coordinate representation of color #37516F: hue angle of 212.14º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37516F is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5581111-
CMYK0.500.2700.56
HSL212.14º33.73%32.55%-
HSV(B)212.14º50.45%43.53%-
XYZ7.397.8416.16-
YUV76.65147.39112.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 111 (43.75% from 255) = 44.94%
R=22.27%
G=32.79%
B=44.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55811110.500.2700.56212.1433.7332.55
Hex37516F321B038d42221
Octal6712115762330703244241
Binary1101111010001110111111001011011011100011010100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37516F; }

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

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

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

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

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

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

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

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