#38286E

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

Shades of Minsk #38286E

Tints of Minsk #38286E

Color information

#38286E (or 0x38286E) is unknown color: approx Minsk. HEX triplet: 38, 28 and 6E. RGB value is (56,40,110). Sum of RGB (Red+Green+Blue) = 56+40+110=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #38286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38286E is #C7D791. Grayscale: #343434. Windows color (decimal): -13096850 or 7219256. OLE color: 7219256.

HSL color Cylindrical-coordinate representation of color #38286E: hue angle of 253.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38286E is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5640110-
CMYK0.490.6400.57
HSL253.71º46.67%29.41%-
HSV(B)253.71º63.64%43.14%-
XYZ5.23.4815.15-
YUV52.76160.3130.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=27.18%
G=19.42%
B=53.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56401100.490.6400.57253.7146.6729.41
Hex38286E3140039fe2f1d
Octal7050156611000713765735
Binary1110001010001101110110001100000001110011111111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38286E; }

 p { color: rgb(56,40,110); }

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

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

 a { background-color: rgb(56,40,110); }

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

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

 span { border-color: rgb(56,40,110); }

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