#38286F

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

Shades of Minsk #38286F

Tints of Minsk #38286F

Color information

#38286F (or 0x38286F) is unknown color: approx Minsk. HEX triplet: 38, 28 and 6F. RGB value is (56,40,111). Sum of RGB (Red+Green+Blue) = 56+40+111=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #38286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38286F is #C7D790. Grayscale: #343434. Windows color (decimal): -13096849 or 7284792. OLE color: 7284792.

HSL color Cylindrical-coordinate representation of color #38286F: hue angle of 253.52º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38286F is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5640111-
CMYK0.500.6400.56
HSL253.52º47.02%29.61%-
HSV(B)253.52º63.96%43.53%-
XYZ5.263.5115.44-
YUV52.88160.8130.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 111 (43.75% from 255) = 53.62%
R=27.05%
G=19.32%
B=53.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56401110.500.6400.56253.5247.0229.61
Hex38286F3240038fe2f1e
Octal7050157621000703765736
Binary1110001010001101111110010100000001110001111111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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