Html Css Color HEX #3A276C Minsk

📋 copy color: '#3A276C'

red 58 ◦ green 39 ◦ blue 108

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

Shades of Minsk #3A276C

Tints of Minsk #3A276C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.68%

R = 28.29%
G = 19.02%
B = 52.68%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3A276C (or 0x3A276C) is known color: Minsk. HEX triplet: 3A, 27 and 6C. RGB value is (58,39,108). Sum of RGB (Red+Green+Blue) = 58+39+108=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A276C is #C5D893. Grayscale: #343434. Windows color (decimal): -12966036 or 7087930. OLE color: 7087930.

HSL color Cylindrical-coordinate representation of color #3A276C: hue angle of 256.52º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A276C is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 39 108 -
CMYK 0.46 0.64 0 0.58
HSL 256.52º 0.47% 0.29% -
HSV(B) 256.52º 0.64% 0.42% -
XYZ 5.18 3.43 14.58 -
YUV 52.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 58 39 108 0.46 0.64 0 0.58 256.52 0.47 0.29
Hex 3A 27 6C 2E 40 0 3A 101 2F 1D
Octal 72 47 154 56 100 0 72 401 57 35
Binary 111010 100111 1101100 101110 1000000 0 111010 100000001 101111 11101

Color Harmonies of #3A276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A276C

Black with #3A276C

Text Example


Text Example

White with #3A276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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