Html Css Color HEX #3A2F6E Minsk

📋 copy color: '#3A2F6E'

red 58 ◦ green 47 ◦ blue 110

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

Shades of Minsk #3A2F6E

Tints of Minsk #3A2F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.16%

R = 26.98%
G = 21.86%
B = 51.16%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A2F6E (or 0x3A2F6E) is known color: Minsk. HEX triplet: 3A, 2F and 6E. RGB value is (58,47,110). Sum of RGB (Red+Green+Blue) = 58+47+110=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A2F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2F6E is #C5D091. Grayscale: #393939. Windows color (decimal): -12963986 or 7221050. OLE color: 7221050.

HSL color Cylindrical-coordinate representation of color #3A2F6E: hue angle of 250.48º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A2F6E is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 47 110 -
CMYK 0.47 0.57 0 0.57
HSL 250.48º 0.4% 0.31% -
HSV(B) 250.48º 0.57% 0.43% -
XYZ 5.58 4.06 15.24 -
YUV 57.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 58 47 110 0.47 0.57 0 0.57 250.48 0.4 0.31
Hex 3A 2F 6E 2F 39 0 39 FA 28 1F
Octal 72 57 156 57 71 0 71 372 50 37
Binary 111010 101111 1101110 101111 111001 0 111001 11111010 101000 11111

Color Harmonies of #3A2F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2F6E

Black with #3A2F6E

Text Example


Text Example

White with #3A2F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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