Html Css Color HEX #3B2F78 Minsk

📋 copy color: '#3B2F78'

red 59 ◦ green 47 ◦ blue 120

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

Shades of Minsk #3B2F78

Tints of Minsk #3B2F78

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.8%

 BLUE value IS 120 (47.27% from 255) = 53.1%

R = 26.11%
G = 20.8%
B = 53.1%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B2F78 (or 0x3B2F78) is known color: Minsk. HEX triplet: 3B, 2F and 78. RGB value is (59,47,120). Sum of RGB (Red+Green+Blue) = 59+47+120=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B2F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2F78 is #C4D087. Grayscale: #3A3A3A. Windows color (decimal): -12898440 or 7876411. OLE color: 7876411.

HSL color Cylindrical-coordinate representation of color #3B2F78: hue angle of 249.86º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B2F78 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 47 120 -
CMYK 0.51 0.61 0 0.53
HSL 249.86º 0.44% 0.33% -
HSV(B) 249.86º 0.61% 0.47% -
XYZ 6.21 4.32 18.28 -
YUV 58.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 59 47 120 0.51 0.61 0 0.53 249.86 0.44 0.33
Hex 3B 2F 78 33 3D 0 35 FA 2C 21
Octal 73 57 170 63 75 0 65 372 54 41
Binary 111011 101111 1111000 110011 111101 0 110101 11111010 101100 100001

Color Harmonies of #3B2F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2F78

Black with #3B2F78

Text Example


Text Example

White with #3B2F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,47,120); }

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

background-color css

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

 a { background-color: rgb(59,47,120); }

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

border-color css

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

 span { border-color: rgb(59,47,120); }

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