Html Css Color HEX #3B3164 Minsk

📋 copy color: '#3B3164'

red 59 ◦ green 49 ◦ blue 100

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

Shades of Minsk #3B3164

Tints of Minsk #3B3164

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.56%

 BLUE value IS 100 (39.45% from 255) = 48.08%

R = 28.37%
G = 23.56%
B = 48.08%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3B3164 (or 0x3B3164) is known color: Minsk. HEX triplet: 3B, 31 and 64. RGB value is (59,49,100). Sum of RGB (Red+Green+Blue) = 59+49+100=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #3B3164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3164 is #C4CE9B. Grayscale: #393939. Windows color (decimal): -12897948 or 6566203. OLE color: 6566203.

HSL color Cylindrical-coordinate representation of color #3B3164: hue angle of 251.76º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B3164 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 59 49 100 -
CMYK 0.41 0.51 0 0.61
HSL 251.76º 0.34% 0.29% -
HSV(B) 251.76º 0.51% 0.39% -
XYZ 5.2 4.05 12.56 -
YUV 57.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 59 49 100 0.41 0.51 0 0.61 251.76 0.34 0.29
Hex 3B 31 64 29 33 0 3D FC 22 1D
Octal 73 61 144 51 63 0 75 374 42 35
Binary 111011 110001 1100100 101001 110011 0 111101 11111100 100010 11101

Color Harmonies of #3B3164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3164

Black with #3B3164

Text Example


Text Example

White with #3B3164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,49,100); }

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

background-color css

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

 a { background-color: rgb(59,49,100); }

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

border-color css

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

 span { border-color: rgb(59,49,100); }

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