Html Css Color HEX #3A3264 Minsk

📋 copy color: '#3A3264'

red 58 ◦ green 50 ◦ blue 100

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

Shades of Minsk #3A3264

Tints of Minsk #3A3264

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

 BLUE value IS 100 (39.45% from 255) = 48.08%

R = 27.88%
G = 24.04%
B = 48.08%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3A3264 (or 0x3A3264) is known color: Minsk. HEX triplet: 3A, 32 and 64. RGB value is (58,50,100). Sum of RGB (Red+Green+Blue) = 58+50+100=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #3A3264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3264 is #C5CD9B. Grayscale: #393939. Windows color (decimal): -12963228 or 6566458. OLE color: 6566458.

HSL color Cylindrical-coordinate representation of color #3A3264: hue angle of 249.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A3264 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 58 50 100 -
CMYK 0.42 0.50 0 0.61
HSL 249.6º 0.33% 0.29% -
HSV(B) 249.6º 0.5% 0.39% -
XYZ 5.19 4.1 12.57 -
YUV 58.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 58 50 100 0.42 0.50 0 0.61 249.6 0.33 0.29
Hex 3A 32 64 2A 32 0 3D FA 21 1D
Octal 72 62 144 52 62 0 75 372 41 35
Binary 111010 110010 1100100 101010 110010 0 111101 11111010 100001 11101

Color Harmonies of #3A3264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3264

Black with #3A3264

Text Example


Text Example

White with #3A3264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,50,100); }

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

background-color css

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

 a { background-color: rgb(58,50,100); }

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

border-color css

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

 span { border-color: rgb(58,50,100); }

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