Html Css Color HEX #372974 Minsk

📋 copy color: '#372974'

red 55 ◦ green 41 ◦ blue 116

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

Shades of Minsk #372974

Tints of Minsk #372974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

 BLUE value IS 116 (45.7% from 255) = 54.72%

R = 25.94%
G = 19.34%
B = 54.72%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#372974 (or 0x372974) is known color: Minsk. HEX triplet: 37, 29 and 74. RGB value is (55,41,116). Sum of RGB (Red+Green+Blue) = 55+41+116=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #372974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372974 is #C8D68B. Grayscale: #353535. Windows color (decimal): -13162124 or 7612727. OLE color: 7612727.

HSL color Cylindrical-coordinate representation of color #372974: hue angle of 251.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #372974 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 41 116 -
CMYK 0.53 0.65 0 0.55
HSL 251.2º 0.48% 0.31% -
HSV(B) 251.2º 0.65% 0.45% -
XYZ 5.52 3.66 16.94 -
YUV 53.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 55 41 116 0.53 0.65 0 0.55 251.2 0.48 0.31
Hex 37 29 74 35 41 0 37 FB 30 1F
Octal 67 51 164 65 101 0 67 373 60 37
Binary 110111 101001 1110100 110101 1000001 0 110111 11111011 110000 11111

Color Harmonies of #372974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372974

Black with #372974

Text Example


Text Example

White with #372974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372974; }

 p { color: rgb(55,41,116); }

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

background-color css

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

 a { background-color: rgb(55,41,116); }

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

border-color css

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

 span { border-color: rgb(55,41,116); }

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