Html Css Color HEX #3A3366 Minsk

📋 copy color: '#3A3366'

red 58 ◦ green 51 ◦ blue 102

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

Shades of Minsk #3A3366

Tints of Minsk #3A3366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.17%

 BLUE value IS 102 (40.23% from 255) = 48.34%

R = 27.49%
G = 24.17%
B = 48.34%

CMYK

 C value IS 0.43

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3A3366 (or 0x3A3366) is known color: Minsk. HEX triplet: 3A, 33 and 66. RGB value is (58,51,102). Sum of RGB (Red+Green+Blue) = 58+51+102=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A3366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3366 is #C5CC99. Grayscale: #3A3A3A. Windows color (decimal): -12962970 or 6697786. OLE color: 6697786.

HSL color Cylindrical-coordinate representation of color #3A3366: hue angle of 248.24º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A3366 is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 58 51 102 -
CMYK 0.43 0.5 0 0.6
HSL 248.24º 0.33% 0.3% -
HSV(B) 248.24º 0.5% 0.4% -
XYZ 5.33 4.23 13.11 -
YUV 58.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 58 51 102 0.43 0.5 0 0.6 248.24 0.33 0.3
Hex 3A 33 66 2B 32 0 3C F8 21 1E
Octal 72 63 146 53 62 0 74 370 41 36
Binary 111010 110011 1100110 101011 110010 0 111100 11111000 100001 11110

Color Harmonies of #3A3366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3366

Black with #3A3366

Text Example


Text Example

White with #3A3366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,51,102); }

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

background-color css

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

 a { background-color: rgb(58,51,102); }

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

border-color css

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

 span { border-color: rgb(58,51,102); }

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