Html Css Color HEX #372874 Minsk

📋 copy color: '#372874'

red 55 ◦ green 40 ◦ blue 116

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

Shades of Minsk #372874

Tints of Minsk #372874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

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

R = 26.07%
G = 18.96%
B = 54.98%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#372874 (or 0x372874) is known color: Minsk. HEX triplet: 37, 28 and 74. RGB value is (55,40,116). Sum of RGB (Red+Green+Blue) = 55+40+116=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #372874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372874 is #C8D78B. Grayscale: #343434. Windows color (decimal): -13162380 or 7612471. OLE color: 7612471.

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

Color convert

RGB 55 40 116 -
CMYK 0.53 0.66 0 0.55
HSL 251.84º 0.49% 0.31% -
HSV(B) 251.84º 0.66% 0.45% -
XYZ 5.49 3.59 16.93 -
YUV 53.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 55 40 116 0.53 0.66 0 0.55 251.84 0.49 0.31
Hex 37 28 74 35 42 0 37 FC 31 1F
Octal 67 50 164 65 102 0 67 374 61 37
Binary 110111 101000 1110100 110101 1000010 0 110111 11111100 110001 11111

Color Harmonies of #372874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372874

Black with #372874

Text Example


Text Example

White with #372874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372874; }

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

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

background-color css

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

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

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

border-color css

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

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

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