#373066

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

Shades of Minsk #373066

Tints of Minsk #373066

Color information

#373066 (or 0x373066) is unknown color: approx Minsk. HEX triplet: 37, 30 and 66. RGB value is (55,48,102). Sum of RGB (Red+Green+Blue) = 55+48+102=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #373066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373066 is #C8CF99. Grayscale: #383838. Windows color (decimal): -13160346 or 6697015. OLE color: 6697015.

HSL color Cylindrical-coordinate representation of color #373066: hue angle of 247.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #373066 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5548102-
CMYK0.460.5300.6
HSL247.78º36%29.41%-
HSV(B)247.78º52.94%40%-
XYZ5.033.8913.06-
YUV56.25153.82127.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.83%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 102 (40.23% from 255) = 49.76%
R=26.83%
G=23.41%
B=49.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55481020.460.5300.6247.783629.41
Hex3730662E3503Cf8241d
Octal676014656650743704435
Binary110111110000110011010111011010101111001111100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373066; }

 p { color: rgb(55,48,102); }

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

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

 a { background-color: rgb(55,48,102); }

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

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

 span { border-color: rgb(55,48,102); }

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