#383162

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

Shades of Minsk #383162

Tints of Minsk #383162

Color information

#383162 (or 0x383162) is unknown color: approx Minsk. HEX triplet: 38, 31 and 62. RGB value is (56,49,98). Sum of RGB (Red+Green+Blue) = 56+49+98=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #383162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383162 is #C7CE9D. Grayscale: #383838. Windows color (decimal): -13094558 or 6435128. OLE color: 6435128.

HSL color Cylindrical-coordinate representation of color #383162: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #383162 is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB564998-
CMYK0.430.500.62
HSL248.57º33.33%28.82%-
HSV(B)248.57º50%38.43%-
XYZ4.933.9212.05-
YUV56.68151.32127.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=27.59%
G=24.14%
B=48.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5649980.430.500.62248.5733.3328.82
Hex3831622B3203Ef9211d
Octal706114253620763714135
Binary111000110001110001010101111001001111101111100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383162; }

 p { color: rgb(56,49,98); }

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

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

 a { background-color: rgb(56,49,98); }

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

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

 span { border-color: rgb(56,49,98); }

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