Html Css Color HEX #372E77 Minsk

📋 copy color: '#372E77'

red 55 ◦ green 46 ◦ blue 119

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

Shades of Minsk #372E77

Tints of Minsk #372E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 54.09%

R = 25%
G = 20.91%
B = 54.09%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#372E77 (or 0x372E77) is known color: Minsk. HEX triplet: 37, 2E and 77. RGB value is (55,46,119). Sum of RGB (Red+Green+Blue) = 55+46+119=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #372E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E77 is #C8D188. Grayscale: #383838. Windows color (decimal): -13160841 or 7810615. OLE color: 7810615.

HSL color Cylindrical-coordinate representation of color #372E77: hue angle of 247.4º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #372E77 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 46 119 -
CMYK 0.54 0.61 0 0.53
HSL 247.4º 0.44% 0.32% -
HSV(B) 247.4º 0.61% 0.47% -
XYZ 5.88 4.1 17.93 -
YUV 57.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 55 46 119 0.54 0.61 0 0.53 247.4 0.44 0.32
Hex 37 2E 77 36 3D 0 35 F7 2C 20
Octal 67 56 167 66 75 0 65 367 54 40
Binary 110111 101110 1110111 110110 111101 0 110101 11110111 101100 100000

Color Harmonies of #372E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E77

Black with #372E77

Text Example


Text Example

White with #372E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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