#392867

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

Shades of Minsk #392867

Tints of Minsk #392867

Color information

#392867 (or 0x392867) is unknown color: approx Minsk. HEX triplet: 39, 28 and 67. RGB value is (57,40,103). Sum of RGB (Red+Green+Blue) = 57+40+103=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #392867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392867 is #C6D798. Grayscale: #343434. Windows color (decimal): -13031321 or 6760505. OLE color: 6760505.

HSL color Cylindrical-coordinate representation of color #392867: hue angle of 256.19º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #392867 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5740103-
CMYK0.450.6100.60
HSL256.19º44.06%28.04%-
HSV(B)256.19º61.17%40.39%-
XYZ4.893.3713.22-
YUV52.26156.63131.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.5%
GREEN value IS 40 (16.02% from 255) = 20%
BLUE value IS 103 (40.62% from 255) = 51.5%
R=28.5%
G=20%
B=51.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57401030.450.6100.60256.1944.0628.04
Hex3928672D3D03C1002c1c
Octal715014755750744005434
Binary1110011010001100111101101111101011110010000000010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392867; }

 p { color: rgb(57,40,103); }

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

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

 a { background-color: rgb(57,40,103); }

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

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

 span { border-color: rgb(57,40,103); }

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