Html Css Color HEX #3B3269 Minsk

📋 copy color: '#3B3269'

red 59 ◦ green 50 ◦ blue 105

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

Shades of Minsk #3B3269

Tints of Minsk #3B3269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.36%

 BLUE value IS 105 (41.41% from 255) = 49.07%

R = 27.57%
G = 23.36%
B = 49.07%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3B3269 (or 0x3B3269) is known color: Minsk. HEX triplet: 3B, 32 and 69. RGB value is (59,50,105). Sum of RGB (Red+Green+Blue) = 59+50+105=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #3B3269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3269 is #C4CD96. Grayscale: #3A3A3A. Windows color (decimal): -12897687 or 6894139. OLE color: 6894139.

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

Color convert

RGB 59 50 105 -
CMYK 0.44 0.52 0 0.59
HSL 249.82º 0.35% 0.3% -
HSV(B) 249.82º 0.52% 0.41% -
XYZ 5.49 4.23 13.89 -
YUV 58.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 59 50 105 0.44 0.52 0 0.59 249.82 0.35 0.3
Hex 3B 32 69 2C 34 0 3B FA 23 1E
Octal 73 62 151 54 64 0 73 372 43 36
Binary 111011 110010 1101001 101100 110100 0 111011 11111010 100011 11110

Color Harmonies of #3B3269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3269

Black with #3B3269

Text Example


Text Example

White with #3B3269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,50,105); }

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

background-color css

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

 a { background-color: rgb(59,50,105); }

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

border-color css

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

 span { border-color: rgb(59,50,105); }

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