Html Css Color HEX #3B2F70 Minsk

📋 copy color: '#3B2F70'

red 59 ◦ green 47 ◦ blue 112

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

Shades of Minsk #3B2F70

Tints of Minsk #3B2F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.38%

R = 27.06%
G = 21.56%
B = 51.38%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B2F70 (or 0x3B2F70) is known color: Minsk. HEX triplet: 3B, 2F and 70. RGB value is (59,47,112). Sum of RGB (Red+Green+Blue) = 59+47+112=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B2F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2F70 is #C4D08F. Grayscale: #393939. Windows color (decimal): -12898448 or 7352123. OLE color: 7352123.

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

Color convert

RGB 59 47 112 -
CMYK 0.47 0.58 0 0.56
HSL 251.08º 0.41% 0.31% -
HSV(B) 251.08º 0.58% 0.44% -
XYZ 5.74 4.13 15.82 -
YUV 58 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 59 47 112 0.47 0.58 0 0.56 251.08 0.41 0.31
Hex 3B 2F 70 2F 3A 0 38 FB 29 1F
Octal 73 57 160 57 72 0 70 373 51 37
Binary 111011 101111 1110000 101111 111010 0 111000 11111011 101001 11111

Color Harmonies of #3B2F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2F70

Black with #3B2F70

Text Example


Text Example

White with #3B2F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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