#38286B

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

Shades of Minsk #38286B

Tints of Minsk #38286B

Color information

#38286B (or 0x38286B) is unknown color: approx Minsk. HEX triplet: 38, 28 and 6B. RGB value is (56,40,107). Sum of RGB (Red+Green+Blue) = 56+40+107=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #38286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38286B is #C7D794. Grayscale: #343434. Windows color (decimal): -13096853 or 7022648. OLE color: 7022648.

HSL color Cylindrical-coordinate representation of color #38286B: hue angle of 254.33º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38286B is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5640107-
CMYK0.480.6300.58
HSL254.33º45.58%28.82%-
HSV(B)254.33º62.62%41.96%-
XYZ5.043.4214.3-
YUV52.42158.8130.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 107 (42.19% from 255) = 52.71%
R=27.59%
G=19.70%
B=52.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56401070.480.6300.58254.3345.5828.82
Hex38286B303F03Afe2e1d
Octal705015360770723765635
Binary111000101000110101111000011111101110101111111010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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