Html Css Color HEX #392F63 Minsk

📋 copy color: '#392F63'

red 57 ◦ green 47 ◦ blue 99

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

Shades of Minsk #392F63

Tints of Minsk #392F63

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.15%

 BLUE value IS 99 (39.06% from 255) = 48.77%

R = 28.08%
G = 23.15%
B = 48.77%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#392F63 (or 0x392F63) is known color: Minsk. HEX triplet: 39, 2F and 63. RGB value is (57,47,99). Sum of RGB (Red+Green+Blue) = 57+47+99=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #392F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392F63 is #C6D09C. Grayscale: #373737. Windows color (decimal): -13029533 or 6500153. OLE color: 6500153.

HSL color Cylindrical-coordinate representation of color #392F63: hue angle of 251.54º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #392F63 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 47 99 -
CMYK 0.42 0.53 0 0.61
HSL 251.54º 0.36% 0.29% -
HSV(B) 251.54º 0.53% 0.39% -
XYZ 4.96 3.8 12.28 -
YUV 55.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 57 47 99 0.42 0.53 0 0.61 251.54 0.36 0.29
Hex 39 2F 63 2A 35 0 3D FC 24 1D
Octal 71 57 143 52 65 0 75 374 44 35
Binary 111001 101111 1100011 101010 110101 0 111101 11111100 100100 11101

Color Harmonies of #392F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F63

Black with #392F63

Text Example


Text Example

White with #392F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,47,99); }

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

background-color css

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

 a { background-color: rgb(57,47,99); }

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

border-color css

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

 span { border-color: rgb(57,47,99); }

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