Html Css Color HEX #383169 Minsk

📋 copy color: '#383169'

red 56 ◦ green 49 ◦ blue 105

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

Shades of Minsk #383169

Tints of Minsk #383169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50%

R = 26.67%
G = 23.33%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#383169 (or 0x383169) is known color: Minsk. HEX triplet: 38, 31 and 69. RGB value is (56,49,105). Sum of RGB (Red+Green+Blue) = 56+49+105=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #383169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383169 is #C7CE96. Grayscale: #393939. Windows color (decimal): -13094551 or 6893880. OLE color: 6893880.

HSL color Cylindrical-coordinate representation of color #383169: hue angle of 247.5º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #383169 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 49 105 -
CMYK 0.47 0.53 0 0.59
HSL 247.5º 0.36% 0.3% -
HSV(B) 247.5º 0.53% 0.41% -
XYZ 5.28 4.06 13.87 -
YUV 57.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 56 49 105 0.47 0.53 0 0.59 247.5 0.36 0.3
Hex 38 31 69 2F 35 0 3B F8 24 1E
Octal 70 61 151 57 65 0 73 370 44 36
Binary 111000 110001 1101001 101111 110101 0 111011 11111000 100100 11110

Color Harmonies of #383169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383169

Black with #383169

Text Example


Text Example

White with #383169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383169; }

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

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

background-color css

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

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

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

border-color css

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

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

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