Html Css Color HEX #372776 Minsk

📋 copy color: '#372776'

red 55 ◦ green 39 ◦ blue 118

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

Shades of Minsk #372776

Tints of Minsk #372776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.4%

 BLUE value IS 118 (46.48% from 255) = 55.66%

R = 25.94%
G = 18.4%
B = 55.66%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#372776 (or 0x372776) is known color: Minsk. HEX triplet: 37, 27 and 76. RGB value is (55,39,118). Sum of RGB (Red+Green+Blue) = 55+39+118=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #372776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372776 is #C8D889. Grayscale: #343434. Windows color (decimal): -13162634 or 7743287. OLE color: 7743287.

HSL color Cylindrical-coordinate representation of color #372776: hue angle of 252.15º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #372776 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 39 118 -
CMYK 0.53 0.67 0 0.54
HSL 252.15º 0.5% 0.31% -
HSV(B) 252.15º 0.67% 0.46% -
XYZ 5.57 3.57 17.54 -
YUV 52.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 55 39 118 0.53 0.67 0 0.54 252.15 0.5 0.31
Hex 37 27 76 35 43 0 36 FC 32 1F
Octal 67 47 166 65 103 0 66 374 62 37
Binary 110111 100111 1110110 110101 1000011 0 110110 11111100 110010 11111

Color Harmonies of #372776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372776

Black with #372776

Text Example


Text Example

White with #372776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372776; }

 p { color: rgb(55,39,118); }

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

background-color css

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

 a { background-color: rgb(55,39,118); }

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

border-color css

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

 span { border-color: rgb(55,39,118); }

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