Html Css Color HEX #3B3274 Minsk

📋 copy color: '#3B3274'

red 59 ◦ green 50 ◦ blue 116

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

Shades of Minsk #3B3274

Tints of Minsk #3B3274

RGB

 RED value IS 59 (23.44% from 255) = 26.22%

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

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

R = 26.22%
G = 22.22%
B = 51.56%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B3274 (or 0x3B3274) is known color: Minsk. HEX triplet: 3B, 32 and 74. RGB value is (59,50,116). Sum of RGB (Red+Green+Blue) = 59+50+116=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 50 (19.92% from 255 or 22.22% 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 #3B3274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3274 is #C4CD8B. Grayscale: #3B3B3B. Windows color (decimal): -12897676 or 7615035. OLE color: 7615035.

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

Color convert

RGB 59 50 116 -
CMYK 0.49 0.57 0 0.55
HSL 248.18º 0.4% 0.33% -
HSV(B) 248.18º 0.57% 0.45% -
XYZ 6.1 4.47 17.06 -
YUV 60.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 59 50 116 0.49 0.57 0 0.55 248.18 0.4 0.33
Hex 3B 32 74 31 39 0 37 F8 28 21
Octal 73 62 164 61 71 0 67 370 50 41
Binary 111011 110010 1110100 110001 111001 0 110111 11111000 101000 100001

Color Harmonies of #3B3274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3274

Black with #3B3274

Text Example


Text Example

White with #3B3274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,50,116); }

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

background-color css

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

 a { background-color: rgb(59,50,116); }

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

border-color css

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

 span { border-color: rgb(59,50,116); }

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