Html Css Color HEX #3B2A66 Minsk

📋 copy color: '#3B2A66'

red 59 ◦ green 42 ◦ blue 102

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

Shades of Minsk #3B2A66

Tints of Minsk #3B2A66

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.69%

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

R = 29.06%
G = 20.69%
B = 50.25%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3B2A66 (or 0x3B2A66) is known color: Minsk. HEX triplet: 3B, 2A and 66. RGB value is (59,42,102). Sum of RGB (Red+Green+Blue) = 59+42+102=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B2A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2A66 is #C4D599. Grayscale: #353535. Windows color (decimal): -12899738 or 6695483. OLE color: 6695483.

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

Color convert

RGB 59 42 102 -
CMYK 0.42 0.59 0 0.6
HSL 257º 0.42% 0.28% -
HSV(B) 257º 0.59% 0.4% -
XYZ 5.03 3.55 12.99 -
YUV 53.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 59 42 102 0.42 0.59 0 0.6 257 0.42 0.28
Hex 3B 2A 66 2A 3B 0 3C 101 2A 1C
Octal 73 52 146 52 73 0 74 401 52 34
Binary 111011 101010 1100110 101010 111011 0 111100 100000001 101010 11100

Color Harmonies of #3B2A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2A66

Black with #3B2A66

Text Example


Text Example

White with #3B2A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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