Html Css Color HEX #3A3076 Minsk

📋 copy color: '#3A3076'

red 58 ◦ green 48 ◦ blue 118

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

Shades of Minsk #3A3076

Tints of Minsk #3A3076

RGB

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

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

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

R = 25.89%
G = 21.43%
B = 52.68%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A3076 (or 0x3A3076) is known color: Minsk. HEX triplet: 3A, 30 and 76. RGB value is (58,48,118). Sum of RGB (Red+Green+Blue) = 58+48+118=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A3076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3076 is #C5CF89. Grayscale: #3A3A3A. Windows color (decimal): -12963722 or 7745594. OLE color: 7745594.

HSL color Cylindrical-coordinate representation of color #3A3076: hue angle of 248.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A3076 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 48 118 -
CMYK 0.51 0.59 0 0.54
HSL 248.57º 0.42% 0.33% -
HSV(B) 248.57º 0.59% 0.46% -
XYZ 6.07 4.32 17.65 -
YUV 58.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 58 48 118 0.51 0.59 0 0.54 248.57 0.42 0.33
Hex 3A 30 76 33 3B 0 36 F9 2A 21
Octal 72 60 166 63 73 0 66 371 52 41
Binary 111010 110000 1110110 110011 111011 0 110110 11111001 101010 100001

Color Harmonies of #3A3076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3076

Black with #3A3076

Text Example


Text Example

White with #3A3076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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