Html Css Color HEX #383162 Minsk

📋 copy color: '#383162'

red 56 ◦ green 49 ◦ blue 98

#383162
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Minsk #383162

Tints of Minsk #383162

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 value IS 0.43

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#383162 (or 0x383162) is known color: 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

RGB 56 49 98 -
CMYK 0.43 0.5 0 0.62
HSL 248.57º 0.33% 0.29% -
HSV(B) 248.57º 0.5% 0.38% -
XYZ 4.93 3.92 12.05 -
YUV 56.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 56 49 98 0.43 0.5 0 0.62 248.57 0.33 0.29
Hex 38 31 62 2B 32 0 3E F9 21 1D
Octal 70 61 142 53 62 0 76 371 41 35
Binary 111000 110001 1100010 101011 110010 0 111110 11111001 100001 11101

Color Harmonies of #383162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383162

Black with #383162

Text Example


Text Example

White with #383162

Text Example


Text Example

HTML Codes & Css Web 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>