Html Css Color HEX #393262 Minsk

📋 copy color: '#393262'

red 57 ◦ green 50 ◦ blue 98

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

Shades of Minsk #393262

Tints of Minsk #393262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.8%

R = 27.8%
G = 24.39%
B = 47.8%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#393262 (or 0x393262) is known color: Minsk. HEX triplet: 39, 32 and 62. RGB value is (57,50,98). Sum of RGB (Red+Green+Blue) = 57+50+98=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #393262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393262 is #C6CD9D. Grayscale: #393939. Windows color (decimal): -13028766 or 6435385. OLE color: 6435385.

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

Color convert

RGB 57 50 98 -
CMYK 0.42 0.49 0 0.62
HSL 248.75º 0.32% 0.29% -
HSV(B) 248.75º 0.49% 0.38% -
XYZ 5.03 4.03 12.07 -
YUV 57.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 57 50 98 0.42 0.49 0 0.62 248.75 0.32 0.29
Hex 39 32 62 2A 31 0 3E F9 20 1D
Octal 71 62 142 52 61 0 76 371 40 35
Binary 111001 110010 1100010 101010 110001 0 111110 11111001 100000 11101

Color Harmonies of #393262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393262

Black with #393262

Text Example


Text Example

White with #393262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393262; }

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

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

background-color css

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

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

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

border-color css

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

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

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