Html Css Color HEX #3B356B Minsk

📋 copy color: '#3B356B'

red 59 ◦ green 53 ◦ blue 107

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

Shades of Minsk #3B356B

Tints of Minsk #3B356B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

 BLUE value IS 107 (42.19% from 255) = 48.86%

R = 26.94%
G = 24.2%
B = 48.86%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3B356B (or 0x3B356B) is known color: Minsk. HEX triplet: 3B, 35 and 6B. RGB value is (59,53,107). Sum of RGB (Red+Green+Blue) = 59+53+107=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B356B is #C4CA94. Grayscale: #3C3C3C. Windows color (decimal): -12896917 or 7025979. OLE color: 7025979.

HSL color Cylindrical-coordinate representation of color #3B356B: hue angle of 246.67º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B356B is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 59 53 107 -
CMYK 0.45 0.50 0 0.58
HSL 246.67º 0.34% 0.31% -
HSV(B) 246.67º 0.5% 0.42% -
XYZ 5.73 4.54 14.48 -
YUV 60.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 59 53 107 0.45 0.50 0 0.58 246.67 0.34 0.31
Hex 3B 35 6B 2D 32 0 3A F7 22 1F
Octal 73 65 153 55 62 0 72 367 42 37
Binary 111011 110101 1101011 101101 110010 0 111010 11110111 100010 11111

Color Harmonies of #3B356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B356B

Black with #3B356B

Text Example


Text Example

White with #3B356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,53,107); }

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

background-color css

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

 a { background-color: rgb(59,53,107); }

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

border-color css

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

 span { border-color: rgb(59,53,107); }

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