Html Css Color HEX #3A2770 Minsk

📋 copy color: '#3A2770'

red 58 ◦ green 39 ◦ blue 112

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

Shades of Minsk #3A2770

Tints of Minsk #3A2770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.66%

 BLUE value IS 112 (44.14% from 255) = 53.59%

R = 27.75%
G = 18.66%
B = 53.59%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A2770 (or 0x3A2770) is known color: Minsk. HEX triplet: 3A, 27 and 70. RGB value is (58,39,112). Sum of RGB (Red+Green+Blue) = 58+39+112=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A2770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2770 is #C5D88F. Grayscale: #343434. Windows color (decimal): -12966032 or 7350074. OLE color: 7350074.

HSL color Cylindrical-coordinate representation of color #3A2770: hue angle of 255.62º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A2770 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 39 112 -
CMYK 0.48 0.65 0 0.56
HSL 255.62º 0.48% 0.3% -
HSV(B) 255.62º 0.65% 0.44% -
XYZ 5.4 3.52 15.72 -
YUV 53 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 58 39 112 0.48 0.65 0 0.56 255.62 0.48 0.3
Hex 3A 27 70 30 41 0 38 100 30 1E
Octal 72 47 160 60 101 0 70 400 60 36
Binary 111010 100111 1110000 110000 1000001 0 111000 100000000 110000 11110

Color Harmonies of #3A2770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2770

Black with #3A2770

Text Example


Text Example

White with #3A2770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,39,112); }

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

background-color css

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

 a { background-color: rgb(58,39,112); }

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

border-color css

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

 span { border-color: rgb(58,39,112); }

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