Html Css Color HEX #392C68 Minsk

📋 copy color: '#392C68'

red 57 ◦ green 44 ◦ blue 104

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

Shades of Minsk #392C68

Tints of Minsk #392C68

RGB

 RED value IS 57 (22.66% from 255) = 27.8%

 GREEN value IS 44 (17.58% from 255) = 21.46%

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 27.8%
G = 21.46%
B = 50.73%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#392C68 (or 0x392C68) is known color: Minsk. HEX triplet: 39, 2C and 68. RGB value is (57,44,104). Sum of RGB (Red+Green+Blue) = 57+44+104=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #392C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392C68 is #C6D397. Grayscale: #363636. Windows color (decimal): -13030296 or 6827065. OLE color: 6827065.

HSL color Cylindrical-coordinate representation of color #392C68: hue angle of 253º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #392C68 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 44 104 -
CMYK 0.45 0.58 0 0.59
HSL 253º 0.41% 0.29% -
HSV(B) 253º 0.58% 0.41% -
XYZ 5.09 3.67 13.54 -
YUV 54.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 57 44 104 0.45 0.58 0 0.59 253 0.41 0.29
Hex 39 2C 68 2D 3A 0 3B FD 29 1D
Octal 71 54 150 55 72 0 73 375 51 35
Binary 111001 101100 1101000 101101 111010 0 111011 11111101 101001 11101

Color Harmonies of #392C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C68

Black with #392C68

Text Example


Text Example

White with #392C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392C68; }

 p { color: rgb(57,44,104); }

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

background-color css

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

 a { background-color: rgb(57,44,104); }

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

border-color css

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

 span { border-color: rgb(57,44,104); }

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