Html Css Color HEX #392B76 Minsk

📋 copy color: '#392B76'

red 57 ◦ green 43 ◦ blue 118

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

Shades of Minsk #392B76

Tints of Minsk #392B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.72%

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 26.15%
G = 19.72%
B = 54.13%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#392B76 (or 0x392B76) is known color: Minsk. HEX triplet: 39, 2B and 76. RGB value is (57,43,118). Sum of RGB (Red+Green+Blue) = 57+43+118=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #392B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392B76 is #C6D489. Grayscale: #373737. Windows color (decimal): -13030538 or 7744313. OLE color: 7744313.

HSL color Cylindrical-coordinate representation of color #392B76: hue angle of 251.2º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #392B76 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 43 118 -
CMYK 0.52 0.64 0 0.54
HSL 251.2º 0.47% 0.32% -
HSV(B) 251.2º 0.64% 0.46% -
XYZ 5.82 3.91 17.59 -
YUV 55.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 57 43 118 0.52 0.64 0 0.54 251.2 0.47 0.32
Hex 39 2B 76 34 40 0 36 FB 2F 20
Octal 71 53 166 64 100 0 66 373 57 40
Binary 111001 101011 1110110 110100 1000000 0 110110 11111011 101111 100000

Color Harmonies of #392B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B76

Black with #392B76

Text Example


Text Example

White with #392B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,43,118); }

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

background-color css

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

 a { background-color: rgb(57,43,118); }

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

border-color css

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

 span { border-color: rgb(57,43,118); }

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