Html Css Color HEX #393263 Minsk

📋 copy color: '#393263'

red 57 ◦ green 50 ◦ blue 99

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

Shades of Minsk #393263

Tints of Minsk #393263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

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

R = 27.67%
G = 24.27%
B = 48.06%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#393263 (or 0x393263) is known color: Minsk. HEX triplet: 39, 32 and 63. RGB value is (57,50,99). Sum of RGB (Red+Green+Blue) = 57+50+99=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #393263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393263 is #C6CD9C. Grayscale: #393939. Windows color (decimal): -13028765 or 6500921. OLE color: 6500921.

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

Color convert

RGB 57 50 99 -
CMYK 0.42 0.49 0 0.61
HSL 248.57º 0.33% 0.29% -
HSV(B) 248.57º 0.49% 0.39% -
XYZ 5.08 4.05 12.32 -
YUV 57.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 57 50 99 0.42 0.49 0 0.61 248.57 0.33 0.29
Hex 39 32 63 2A 31 0 3D F9 21 1D
Octal 71 62 143 52 61 0 75 371 41 35
Binary 111001 110010 1100011 101010 110001 0 111101 11111001 100001 11101

Color Harmonies of #393263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393263

Black with #393263

Text Example


Text Example

White with #393263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393263; }

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

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

background-color css

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

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

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

border-color css

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

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

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