Html Css Color HEX #372771 Minsk

📋 copy color: '#372771'

red 55 ◦ green 39 ◦ blue 113

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

Shades of Minsk #372771

Tints of Minsk #372771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.84%

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

R = 26.57%
G = 18.84%
B = 54.59%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#372771 (or 0x372771) is known color: Minsk. HEX triplet: 37, 27 and 71. RGB value is (55,39,113). Sum of RGB (Red+Green+Blue) = 55+39+113=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #372771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372771 is #C8D88E. Grayscale: #333333. Windows color (decimal): -13162639 or 7415607. OLE color: 7415607.

HSL color Cylindrical-coordinate representation of color #372771: hue angle of 252.97º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #372771 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 39 113 -
CMYK 0.51 0.65 0 0.56
HSL 252.97º 0.49% 0.3% -
HSV(B) 252.97º 0.65% 0.44% -
XYZ 5.28 3.46 16.01 -
YUV 52.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 55 39 113 0.51 0.65 0 0.56 252.97 0.49 0.3
Hex 37 27 71 33 41 0 38 FD 31 1E
Octal 67 47 161 63 101 0 70 375 61 36
Binary 110111 100111 1110001 110011 1000001 0 111000 11111101 110001 11110

Color Harmonies of #372771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372771

Black with #372771

Text Example


Text Example

White with #372771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372771; }

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

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

background-color css

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

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

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

border-color css

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

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

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