Html Css Color HEX #3B3166 Minsk

📋 copy color: '#3B3166'

red 59 ◦ green 49 ◦ blue 102

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

Shades of Minsk #3B3166

Tints of Minsk #3B3166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 48.57%

R = 28.1%
G = 23.33%
B = 48.57%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3B3166 (or 0x3B3166) is known color: Minsk. HEX triplet: 3B, 31 and 66. RGB value is (59,49,102). Sum of RGB (Red+Green+Blue) = 59+49+102=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B3166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3166 is #C4CE99. Grayscale: #393939. Windows color (decimal): -12897946 or 6697275. OLE color: 6697275.

HSL color Cylindrical-coordinate representation of color #3B3166: hue angle of 251.32º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B3166 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 59 49 102 -
CMYK 0.42 0.52 0 0.6
HSL 251.32º 0.35% 0.3% -
HSV(B) 251.32º 0.52% 0.4% -
XYZ 5.3 4.09 13.08 -
YUV 58.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 59 49 102 0.42 0.52 0 0.6 251.32 0.35 0.3
Hex 3B 31 66 2A 34 0 3C FB 23 1E
Octal 73 61 146 52 64 0 74 373 43 36
Binary 111011 110001 1100110 101010 110100 0 111100 11111011 100011 11110

Color Harmonies of #3B3166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3166

Black with #3B3166

Text Example


Text Example

White with #3B3166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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