#372774

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

Shades of Minsk #372774

Tints of Minsk #372774

Color information

#372774 (or 0x372774) is unknown color: approx Minsk. HEX triplet: 37, 27 and 74. RGB value is (55,39,116). Sum of RGB (Red+Green+Blue) = 55+39+116=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #372774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372774 is #C8D88B. Grayscale: #343434. Windows color (decimal): -13162636 or 7612215. OLE color: 7612215.

HSL color Cylindrical-coordinate representation of color #372774: hue angle of 252.47º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #372774 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5539116-
CMYK0.530.6600.55
HSL252.47º49.68%30.39%-
HSV(B)252.47º66.38%45.49%-
XYZ5.453.5216.92-
YUV52.56163.8129.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.19%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 116 (45.70% from 255) = 55.24%
R=26.19%
G=18.57%
B=55.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55391160.530.6600.55252.4749.6830.39
Hex3727743542037fc321e
Octal6747164651020673746236
Binary1101111001111110100110101100001001101111111110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372774; }

 p { color: rgb(55,39,116); }

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

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

 a { background-color: rgb(55,39,116); }

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

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

 span { border-color: rgb(55,39,116); }

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