Html Css Color HEX #372E73 Minsk

📋 copy color: '#372E73'

red 55 ◦ green 46 ◦ blue 115

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

Shades of Minsk #372E73

Tints of Minsk #372E73

RGB

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

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

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

R = 25.46%
G = 21.3%
B = 53.24%

CMYK

 C value IS 0.52

 M value IS 0.6

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#372E73 (or 0x372E73) is known color: Minsk. HEX triplet: 37, 2E and 73. RGB value is (55,46,115). Sum of RGB (Red+Green+Blue) = 55+46+115=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #372E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E73 is #C8D18C. Grayscale: #383838. Windows color (decimal): -13160845 or 7548471. OLE color: 7548471.

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

Color convert

RGB 55 46 115 -
CMYK 0.52 0.6 0 0.55
HSL 247.83º 0.43% 0.32% -
HSV(B) 247.83º 0.6% 0.45% -
XYZ 5.65 4 16.69 -
YUV 56.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 55 46 115 0.52 0.6 0 0.55 247.83 0.43 0.32
Hex 37 2E 73 34 3C 0 37 F8 2B 20
Octal 67 56 163 64 74 0 67 370 53 40
Binary 110111 101110 1110011 110100 111100 0 110111 11111000 101011 100000

Color Harmonies of #372E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E73

Black with #372E73

Text Example


Text Example

White with #372E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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