Html Css Color HEX #392D6C Minsk

📋 copy color: '#392D6C'

red 57 ◦ green 45 ◦ blue 108

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

Shades of Minsk #392D6C

Tints of Minsk #392D6C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.43%

 BLUE value IS 108 (42.58% from 255) = 51.43%

R = 27.14%
G = 21.43%
B = 51.43%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#392D6C (or 0x392D6C) is known color: Minsk. HEX triplet: 39, 2D and 6C. RGB value is (57,45,108). Sum of RGB (Red+Green+Blue) = 57+45+108=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #392D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392D6C is #C6D293. Grayscale: #373737. Windows color (decimal): -13030036 or 7089465. OLE color: 7089465.

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

Color convert

RGB 57 45 108 -
CMYK 0.47 0.58 0 0.58
HSL 251.43º 0.41% 0.3% -
HSV(B) 251.43º 0.58% 0.42% -
XYZ 5.33 3.83 14.65 -
YUV 55.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 57 45 108 0.47 0.58 0 0.58 251.43 0.41 0.3
Hex 39 2D 6C 2F 3A 0 3A FB 29 1E
Octal 71 55 154 57 72 0 72 373 51 36
Binary 111001 101101 1101100 101111 111010 0 111010 11111011 101001 11110

Color Harmonies of #392D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D6C

Black with #392D6C

Text Example


Text Example

White with #392D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,45,108); }

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

background-color css

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

 a { background-color: rgb(57,45,108); }

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

border-color css

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

 span { border-color: rgb(57,45,108); }

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