Html Css Color HEX #393067 Minsk

📋 copy color: '#393067'

red 57 ◦ green 48 ◦ blue 103

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

Shades of Minsk #393067

Tints of Minsk #393067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.08%

 BLUE value IS 103 (40.63% from 255) = 49.52%

R = 27.4%
G = 23.08%
B = 49.52%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#393067 (or 0x393067) is known color: Minsk. HEX triplet: 39, 30 and 67. RGB value is (57,48,103). Sum of RGB (Red+Green+Blue) = 57+48+103=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #393067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393067 is #C6CF98. Grayscale: #383838. Windows color (decimal): -13029273 or 6762553. OLE color: 6762553.

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

Color convert

RGB 57 48 103 -
CMYK 0.45 0.53 0 0.60
HSL 249.82º 0.36% 0.3% -
HSV(B) 249.82º 0.53% 0.4% -
XYZ 5.19 3.96 13.32 -
YUV 56.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 57 48 103 0.45 0.53 0 0.60 249.82 0.36 0.3
Hex 39 30 67 2D 35 0 3C FA 24 1E
Octal 71 60 147 55 65 0 74 372 44 36
Binary 111001 110000 1100111 101101 110101 0 111100 11111010 100100 11110

Color Harmonies of #393067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393067

Black with #393067

Text Example


Text Example

White with #393067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393067; }

 p { color: rgb(57,48,103); }

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

background-color css

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

 a { background-color: rgb(57,48,103); }

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

border-color css

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

 span { border-color: rgb(57,48,103); }

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