Html Css Color HEX #3A2A6E Minsk

📋 copy color: '#3A2A6E'

red 58 ◦ green 42 ◦ blue 110

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

Shades of Minsk #3A2A6E

Tints of Minsk #3A2A6E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20%

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

R = 27.62%
G = 20%
B = 52.38%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A2A6E (or 0x3A2A6E) is known color: Minsk. HEX triplet: 3A, 2A and 6E. RGB value is (58,42,110). Sum of RGB (Red+Green+Blue) = 58+42+110=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A2A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A6E is #C5D591. Grayscale: #363636. Windows color (decimal): -12965266 or 7219770. OLE color: 7219770.

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

Color convert

RGB 58 42 110 -
CMYK 0.47 0.62 0 0.57
HSL 254.12º 0.45% 0.3% -
HSV(B) 254.12º 0.62% 0.43% -
XYZ 5.39 3.68 15.18 -
YUV 54.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 58 42 110 0.47 0.62 0 0.57 254.12 0.45 0.3
Hex 3A 2A 6E 2F 3E 0 39 FE 2D 1E
Octal 72 52 156 57 76 0 71 376 55 36
Binary 111010 101010 1101110 101111 111110 0 111001 11111110 101101 11110

Color Harmonies of #3A2A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2A6E

Black with #3A2A6E

Text Example


Text Example

White with #3A2A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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