Html Css Color HEX #372E71 Minsk

📋 copy color: '#372E71'

red 55 ◦ green 46 ◦ blue 113

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

Shades of Minsk #372E71

Tints of Minsk #372E71

RGB

 RED value IS 55 (21.88% from 255) = 25.7%

 GREEN value IS 46 (18.36% from 255) = 21.5%

 BLUE value IS 113 (44.53% from 255) = 52.8%

R = 25.7%
G = 21.5%
B = 52.8%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#372E71 (or 0x372E71) is known color: Minsk. HEX triplet: 37, 2E and 71. RGB value is (55,46,113). Sum of RGB (Red+Green+Blue) = 55+46+113=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #372E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E71 is #C8D18E. Grayscale: #383838. Windows color (decimal): -13160847 or 7417399. OLE color: 7417399.

HSL color Cylindrical-coordinate representation of color #372E71: hue angle of 248.06º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #372E71 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 46 113 -
CMYK 0.51 0.59 0 0.56
HSL 248.06º 0.42% 0.31% -
HSV(B) 248.06º 0.59% 0.44% -
XYZ 5.53 3.96 16.1 -
YUV 56.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 55 46 113 0.51 0.59 0 0.56 248.06 0.42 0.31
Hex 37 2E 71 33 3B 0 38 F8 2A 1F
Octal 67 56 161 63 73 0 70 370 52 37
Binary 110111 101110 1110001 110011 111011 0 111000 11111000 101010 11111

Color Harmonies of #372E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E71

Black with #372E71

Text Example


Text Example

White with #372E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372E71; }

 p { color: rgb(55,46,113); }

 H1.HeaderClassName
 {
   color: #372E71;
 }
 .AnyTagClassName
 {
   color: #372E71;
 }
</style>

background-color css

<style>
 a { background-color: #372E71; }

 a { background-color: rgb(55,46,113); }

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

border-color css

<style>
 span { border-color: #372E71; }

 span { border-color: rgb(55,46,113); }

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