Html Css Color HEX #3A3374 Minsk

📋 copy color: '#3A3374'

red 58 ◦ green 51 ◦ blue 116

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

Shades of Minsk #3A3374

Tints of Minsk #3A3374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.56%

R = 25.78%
G = 22.67%
B = 51.56%

CMYK

 C value IS 0.5

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A3374 (or 0x3A3374) is known color: Minsk. HEX triplet: 3A, 33 and 74. RGB value is (58,51,116). Sum of RGB (Red+Green+Blue) = 58+51+116=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A3374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3374 is #C5CC8B. Grayscale: #3C3C3C. Windows color (decimal): -12962956 or 7615290. OLE color: 7615290.

HSL color Cylindrical-coordinate representation of color #3A3374: hue angle of 246.46º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A3374 is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 51 116 -
CMYK 0.5 0.56 0 0.55
HSL 246.46º 0.39% 0.33% -
HSV(B) 246.46º 0.56% 0.45% -
XYZ 6.08 4.53 17.08 -
YUV 60.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 58 51 116 0.5 0.56 0 0.55 246.46 0.39 0.33
Hex 3A 33 74 32 38 0 37 F6 27 21
Octal 72 63 164 62 70 0 67 366 47 41
Binary 111010 110011 1110100 110010 111000 0 110111 11110110 100111 100001

Color Harmonies of #3A3374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3374

Black with #3A3374

Text Example


Text Example

White with #3A3374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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