Html Css Color HEX #392C69 Minsk

📋 copy color: '#392C69'

red 57 ◦ green 44 ◦ blue 105

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

Shades of Minsk #392C69

Tints of Minsk #392C69

RGB

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

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

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

R = 27.67%
G = 21.36%
B = 50.97%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#392C69 (or 0x392C69) is known color: Minsk. HEX triplet: 39, 2C and 69. RGB value is (57,44,105). Sum of RGB (Red+Green+Blue) = 57+44+105=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #392C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392C69 is #C6D396. Grayscale: #363636. Windows color (decimal): -13030295 or 6892601. OLE color: 6892601.

HSL color Cylindrical-coordinate representation of color #392C69: hue angle of 252.79º 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 #392C69 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 44 105 -
CMYK 0.46 0.58 0 0.59
HSL 252.79º 0.41% 0.29% -
HSV(B) 252.79º 0.58% 0.41% -
XYZ 5.14 3.69 13.81 -
YUV 54.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 57 44 105 0.46 0.58 0 0.59 252.79 0.41 0.29
Hex 39 2C 69 2E 3A 0 3B FD 29 1D
Octal 71 54 151 56 72 0 73 375 51 35
Binary 111001 101100 1101001 101110 111010 0 111011 11111101 101001 11101

Color Harmonies of #392C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C69

Black with #392C69

Text Example


Text Example

White with #392C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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