Html Css Color HEX #3A2E68 Minsk

📋 copy color: '#3A2E68'

red 58 ◦ green 46 ◦ blue 104

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

Shades of Minsk #3A2E68

Tints of Minsk #3A2E68

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.12%

 BLUE value IS 104 (41.02% from 255) = 50%

R = 27.88%
G = 22.12%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3A2E68 (or 0x3A2E68) is known color: Minsk. HEX triplet: 3A, 2E and 68. RGB value is (58,46,104). Sum of RGB (Red+Green+Blue) = 58+46+104=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #3A2E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2E68 is #C5D197. Grayscale: #373737. Windows color (decimal): -12964248 or 6827578. OLE color: 6827578.

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

Color convert

RGB 58 46 104 -
CMYK 0.44 0.56 0 0.59
HSL 252.41º 0.39% 0.29% -
HSV(B) 252.41º 0.56% 0.41% -
XYZ 5.22 3.85 13.57 -
YUV 56.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 58 46 104 0.44 0.56 0 0.59 252.41 0.39 0.29
Hex 3A 2E 68 2C 38 0 3B FC 27 1D
Octal 72 56 150 54 70 0 73 374 47 35
Binary 111010 101110 1101000 101100 111000 0 111011 11111100 100111 11101

Color Harmonies of #3A2E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2E68

Black with #3A2E68

Text Example


Text Example

White with #3A2E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,46,104); }

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

background-color css

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

 a { background-color: rgb(58,46,104); }

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

border-color css

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

 span { border-color: rgb(58,46,104); }

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