Html Css Color HEX #372572 Minsk

📋 copy color: '#372572'

red 55 ◦ green 37 ◦ blue 114

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

Shades of Minsk #372572

Tints of Minsk #372572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.96%

 BLUE value IS 114 (44.92% from 255) = 55.34%

R = 26.7%
G = 17.96%
B = 55.34%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#372572 (or 0x372572) is known color: Minsk. HEX triplet: 37, 25 and 72. RGB value is (55,37,114). Sum of RGB (Red+Green+Blue) = 55+37+114=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #372572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372572 is #C8DA8D. Grayscale: #323232. Windows color (decimal): -13163150 or 7480631. OLE color: 7480631.

HSL color Cylindrical-coordinate representation of color #372572: hue angle of 254.03º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #372572 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 37 114 -
CMYK 0.52 0.68 0 0.55
HSL 254.03º 0.51% 0.3% -
HSV(B) 254.03º 0.68% 0.45% -
XYZ 5.27 3.35 16.29 -
YUV 51.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 55 37 114 0.52 0.68 0 0.55 254.03 0.51 0.3
Hex 37 25 72 34 44 0 37 FE 33 1E
Octal 67 45 162 64 104 0 67 376 63 36
Binary 110111 100101 1110010 110100 1000100 0 110111 11111110 110011 11110

Color Harmonies of #372572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372572

Black with #372572

Text Example


Text Example

White with #372572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372572; }

 p { color: rgb(55,37,114); }

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

background-color css

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

 a { background-color: rgb(55,37,114); }

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

border-color css

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

 span { border-color: rgb(55,37,114); }

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