Html Css Color HEX #3B2C69 Minsk

📋 copy color: '#3B2C69'

red 59 ◦ green 44 ◦ blue 105

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

Shades of Minsk #3B2C69

Tints of Minsk #3B2C69

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.15%

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

R = 28.37%
G = 21.15%
B = 50.48%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3B2C69 (or 0x3B2C69) is known color: Minsk. HEX triplet: 3B, 2C and 69. RGB value is (59,44,105). Sum of RGB (Red+Green+Blue) = 59+44+105=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #3B2C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2C69 is #C4D396. Grayscale: #373737. Windows color (decimal): -12899223 or 6892603. OLE color: 6892603.

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

Color convert

RGB 59 44 105 -
CMYK 0.44 0.58 0 0.59
HSL 254.75º 0.41% 0.29% -
HSV(B) 254.75º 0.58% 0.41% -
XYZ 5.25 3.75 13.81 -
YUV 55.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 59 44 105 0.44 0.58 0 0.59 254.75 0.41 0.29
Hex 3B 2C 69 2C 3A 0 3B FF 29 1D
Octal 73 54 151 54 72 0 73 377 51 35
Binary 111011 101100 1101001 101100 111010 0 111011 11111111 101001 11101

Color Harmonies of #3B2C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2C69

Black with #3B2C69

Text Example


Text Example

White with #3B2C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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