Html Css Color HEX #3A2F76 Minsk

📋 copy color: '#3A2F76'

red 58 ◦ green 47 ◦ blue 118

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

Shades of Minsk #3A2F76

Tints of Minsk #3A2F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.91%

R = 26.01%
G = 21.08%
B = 52.91%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A2F76 (or 0x3A2F76) is known color: Minsk. HEX triplet: 3A, 2F and 76. RGB value is (58,47,118). Sum of RGB (Red+Green+Blue) = 58+47+118=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A2F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2F76 is #C5D089. Grayscale: #3A3A3A. Windows color (decimal): -12963978 or 7745338. OLE color: 7745338.

HSL color Cylindrical-coordinate representation of color #3A2F76: hue angle of 249.3º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A2F76 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 47 118 -
CMYK 0.51 0.60 0 0.54
HSL 249.3º 0.43% 0.32% -
HSV(B) 249.3º 0.6% 0.46% -
XYZ 6.03 4.24 17.64 -
YUV 58.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 58 47 118 0.51 0.60 0 0.54 249.3 0.43 0.32
Hex 3A 2F 76 33 3C 0 36 F9 2B 20
Octal 72 57 166 63 74 0 66 371 53 40
Binary 111010 101111 1110110 110011 111100 0 110110 11111001 101011 100000

Color Harmonies of #3A2F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2F76

Black with #3A2F76

Text Example


Text Example

White with #3A2F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,47,118); }

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

background-color css

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

 a { background-color: rgb(58,47,118); }

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

border-color css

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

 span { border-color: rgb(58,47,118); }

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