Html Css Color HEX #3B286B Minsk

📋 copy color: '#3B286B'

red 59 ◦ green 40 ◦ blue 107

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

Shades of Minsk #3B286B

Tints of Minsk #3B286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.42%

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

R = 28.64%
G = 19.42%
B = 51.94%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3B286B (or 0x3B286B) is known color: Minsk. HEX triplet: 3B, 28 and 6B. RGB value is (59,40,107). Sum of RGB (Red+Green+Blue) = 59+40+107=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B286B is #C4D794. Grayscale: #353535. Windows color (decimal): -12900245 or 7022651. OLE color: 7022651.

HSL color Cylindrical-coordinate representation of color #3B286B: hue angle of 257.01º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B286B is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 59 40 107 -
CMYK 0.45 0.63 0 0.58
HSL 257.01º 0.46% 0.29% -
HSV(B) 257.01º 0.63% 0.42% -
XYZ 5.22 3.51 14.31 -
YUV 53.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 59 40 107 0.45 0.63 0 0.58 257.01 0.46 0.29
Hex 3B 28 6B 2D 3F 0 3A 101 2E 1D
Octal 73 50 153 55 77 0 72 401 56 35
Binary 111011 101000 1101011 101101 111111 0 111010 100000001 101110 11101

Color Harmonies of #3B286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B286B

Black with #3B286B

Text Example


Text Example

White with #3B286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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