Html Css Color HEX #3A3277 Minsk

📋 copy color: '#3A3277'

red 58 ◦ green 50 ◦ blue 119

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

Shades of Minsk #3A3277

Tints of Minsk #3A3277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.42%

R = 25.55%
G = 22.03%
B = 52.42%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A3277 (or 0x3A3277) is known color: Minsk. HEX triplet: 3A, 32 and 77. RGB value is (58,50,119). Sum of RGB (Red+Green+Blue) = 58+50+119=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A3277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3277 is #C5CD88. Grayscale: #3B3B3B. Windows color (decimal): -12963209 or 7811642. OLE color: 7811642.

HSL color Cylindrical-coordinate representation of color #3A3277: hue angle of 246.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A3277 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 50 119 -
CMYK 0.51 0.58 0 0.53
HSL 246.96º 0.41% 0.33% -
HSV(B) 246.96º 0.58% 0.47% -
XYZ 6.22 4.51 18 -
YUV 60.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 58 50 119 0.51 0.58 0 0.53 246.96 0.41 0.33
Hex 3A 32 77 33 3A 0 35 F7 29 21
Octal 72 62 167 63 72 0 65 367 51 41
Binary 111010 110010 1110111 110011 111010 0 110101 11110111 101001 100001

Color Harmonies of #3A3277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3277

Black with #3A3277

Text Example


Text Example

White with #3A3277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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