Html Css Color HEX #3A2D6A Minsk

📋 copy color: '#3A2D6A'

red 58 ◦ green 45 ◦ blue 106

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

Shades of Minsk #3A2D6A

Tints of Minsk #3A2D6A

RGB

 RED value IS 58 (23.05% from 255) = 27.75%

 GREEN value IS 45 (17.97% from 255) = 21.53%

 BLUE value IS 106 (41.8% from 255) = 50.72%

R = 27.75%
G = 21.53%
B = 50.72%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3A2D6A (or 0x3A2D6A) is known color: Minsk. HEX triplet: 3A, 2D and 6A. RGB value is (58,45,106). Sum of RGB (Red+Green+Blue) = 58+45+106=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A2D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2D6A is #C5D295. Grayscale: #373737. Windows color (decimal): -12964502 or 6958394. OLE color: 6958394.

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

Color convert

RGB 58 45 106 -
CMYK 0.45 0.58 0 0.58
HSL 252.79º 0.4% 0.3% -
HSV(B) 252.79º 0.58% 0.42% -
XYZ 5.28 3.82 14.09 -
YUV 55.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 58 45 106 0.45 0.58 0 0.58 252.79 0.4 0.3
Hex 3A 2D 6A 2D 3A 0 3A FD 28 1E
Octal 72 55 152 55 72 0 72 375 50 36
Binary 111010 101101 1101010 101101 111010 0 111010 11111101 101000 11110

Color Harmonies of #3A2D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2D6A

Black with #3A2D6A

Text Example


Text Example

White with #3A2D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A2D6A; }

 p { color: rgb(58,45,106); }

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

background-color css

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

 a { background-color: rgb(58,45,106); }

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

border-color css

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

 span { border-color: rgb(58,45,106); }

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