Html Css Color HEX #383165 Minsk

📋 copy color: '#383165'

red 56 ◦ green 49 ◦ blue 101

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

Shades of Minsk #383165

Tints of Minsk #383165

RGB

 RED value IS 56 (22.27% from 255) = 27.18%

 GREEN value IS 49 (19.53% from 255) = 23.79%

 BLUE value IS 101 (39.84% from 255) = 49.03%

R = 27.18%
G = 23.79%
B = 49.03%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#383165 (or 0x383165) is known color: Minsk. HEX triplet: 38, 31 and 65. RGB value is (56,49,101). Sum of RGB (Red+Green+Blue) = 56+49+101=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #383165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383165 is #C7CE9A. Grayscale: #383838. Windows color (decimal): -13094555 or 6631736. OLE color: 6631736.

HSL color Cylindrical-coordinate representation of color #383165: hue angle of 248.08º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #383165 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 49 101 -
CMYK 0.45 0.51 0 0.60
HSL 248.08º 0.35% 0.29% -
HSV(B) 248.08º 0.51% 0.4% -
XYZ 5.08 3.98 12.81 -
YUV 57.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 56 49 101 0.45 0.51 0 0.60 248.08 0.35 0.29
Hex 38 31 65 2D 33 0 3C F8 23 1D
Octal 70 61 145 55 63 0 74 370 43 35
Binary 111000 110001 1100101 101101 110011 0 111100 11111000 100011 11101

Color Harmonies of #383165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383165

Black with #383165

Text Example


Text Example

White with #383165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383165; }

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

 H1.HeaderClassName
 {
   color: #383165;
 }
 .AnyTagClassName
 {
   color: #383165;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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