Html Css Color HEX #372B73 Minsk

📋 copy color: '#372B73'

red 55 ◦ green 43 ◦ blue 115

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

Shades of Minsk #372B73

Tints of Minsk #372B73

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.19%

 BLUE value IS 115 (45.31% from 255) = 53.99%

R = 25.82%
G = 20.19%
B = 53.99%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#372B73 (or 0x372B73) is known color: Minsk. HEX triplet: 37, 2B and 73. RGB value is (55,43,115). Sum of RGB (Red+Green+Blue) = 55+43+115=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #372B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372B73 is #C8D48C. Grayscale: #363636. Windows color (decimal): -13161613 or 7547703. OLE color: 7547703.

HSL color Cylindrical-coordinate representation of color #372B73: hue angle of 250º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #372B73 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 43 115 -
CMYK 0.52 0.63 0 0.55
HSL 250º 0.46% 0.31% -
HSV(B) 250º 0.63% 0.45% -
XYZ 5.53 3.78 16.66 -
YUV 54.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 55 43 115 0.52 0.63 0 0.55 250 0.46 0.31
Hex 37 2B 73 34 3F 0 37 FA 2E 1F
Octal 67 53 163 64 77 0 67 372 56 37
Binary 110111 101011 1110011 110100 111111 0 110111 11111010 101110 11111

Color Harmonies of #372B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B73

Black with #372B73

Text Example


Text Example

White with #372B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,43,115); }

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

background-color css

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

 a { background-color: rgb(55,43,115); }

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

border-color css

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

 span { border-color: rgb(55,43,115); }

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