Html Css Color HEX #392F65 Minsk

📋 copy color: '#392F65'

red 57 ◦ green 47 ◦ blue 101

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

Shades of Minsk #392F65

Tints of Minsk #392F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.27%

R = 27.8%
G = 22.93%
B = 49.27%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#392F65 (or 0x392F65) is known color: Minsk. HEX triplet: 39, 2F and 65. RGB value is (57,47,101). Sum of RGB (Red+Green+Blue) = 57+47+101=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #392F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392F65 is #C6D09A. Grayscale: #373737. Windows color (decimal): -13029531 or 6631225. OLE color: 6631225.

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

Color convert

RGB 57 47 101 -
CMYK 0.44 0.53 0 0.60
HSL 251.11º 0.36% 0.29% -
HSV(B) 251.11º 0.53% 0.4% -
XYZ 5.05 3.84 12.79 -
YUV 56.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 57 47 101 0.44 0.53 0 0.60 251.11 0.36 0.29
Hex 39 2F 65 2C 35 0 3C FB 24 1D
Octal 71 57 145 54 65 0 74 373 44 35
Binary 111001 101111 1100101 101100 110101 0 111100 11111011 100100 11101

Color Harmonies of #392F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F65

Black with #392F65

Text Example


Text Example

White with #392F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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