Html Css Color HEX #3A276F Minsk

📋 copy color: '#3A276F'

red 58 ◦ green 39 ◦ blue 111

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

Shades of Minsk #3A276F

Tints of Minsk #3A276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.37%

R = 27.88%
G = 18.75%
B = 53.37%

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

#3A276F (or 0x3A276F) is known color: Minsk. HEX triplet: 3A, 27 and 6F. RGB value is (58,39,111). Sum of RGB (Red+Green+Blue) = 58+39+111=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A276F is #C5D890. Grayscale: #343434. Windows color (decimal): -12966033 or 7284538. OLE color: 7284538.

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

Color convert

RGB 58 39 111 -
CMYK 0.48 0.65 0 0.56
HSL 255.83º 0.48% 0.29% -
HSV(B) 255.83º 0.65% 0.44% -
XYZ 5.34 3.5 15.43 -
YUV 52.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 58 39 111 0.48 0.65 0 0.56 255.83 0.48 0.29
Hex 3A 27 6F 30 41 0 38 100 30 1D
Octal 72 47 157 60 101 0 70 400 60 35
Binary 111010 100111 1101111 110000 1000001 0 111000 100000000 110000 11101

Color Harmonies of #3A276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A276F

Black with #3A276F

Text Example


Text Example

White with #3A276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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