Html Css Color HEX #3B2869 Minsk

📋 copy color: '#3B2869'

red 59 ◦ green 40 ◦ blue 105

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

Shades of Minsk #3B2869

Tints of Minsk #3B2869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.61%

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

R = 28.92%
G = 19.61%
B = 51.47%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3B2869 (or 0x3B2869) is known color: Minsk. HEX triplet: 3B, 28 and 69. RGB value is (59,40,105). Sum of RGB (Red+Green+Blue) = 59+40+105=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #3B2869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2869 is #C4D796. Grayscale: #343434. Windows color (decimal): -12900247 or 6891579. OLE color: 6891579.

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

Color convert

RGB 59 40 105 -
CMYK 0.44 0.62 0 0.59
HSL 257.54º 0.45% 0.28% -
HSV(B) 257.54º 0.62% 0.41% -
XYZ 5.11 3.47 13.76 -
YUV 53.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 59 40 105 0.44 0.62 0 0.59 257.54 0.45 0.28
Hex 3B 28 69 2C 3E 0 3B 102 2D 1C
Octal 73 50 151 54 76 0 73 402 55 34
Binary 111011 101000 1101001 101100 111110 0 111011 100000010 101101 11100

Color Harmonies of #3B2869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2869

Black with #3B2869

Text Example


Text Example

White with #3B2869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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