Html Css Color HEX #372C68 Minsk

📋 copy color: '#372C68'

red 55 ◦ green 44 ◦ blue 104

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

Shades of Minsk #372C68

Tints of Minsk #372C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

 BLUE value IS 104 (41.02% from 255) = 51.23%

R = 27.09%
G = 21.67%
B = 51.23%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#372C68 (or 0x372C68) is known color: Minsk. HEX triplet: 37, 2C and 68. RGB value is (55,44,104). Sum of RGB (Red+Green+Blue) = 55+44+104=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #372C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372C68 is #C8D397. Grayscale: #353535. Windows color (decimal): -13161368 or 6827063. OLE color: 6827063.

HSL color Cylindrical-coordinate representation of color #372C68: hue angle of 251º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #372C68 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 44 104 -
CMYK 0.47 0.58 0 0.59
HSL 251º 0.41% 0.29% -
HSV(B) 251º 0.58% 0.41% -
XYZ 4.97 3.61 13.53 -
YUV 54.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 55 44 104 0.47 0.58 0 0.59 251 0.41 0.29
Hex 37 2C 68 2F 3A 0 3B FB 29 1D
Octal 67 54 150 57 72 0 73 373 51 35
Binary 110111 101100 1101000 101111 111010 0 111011 11111011 101001 11101

Color Harmonies of #372C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C68

Black with #372C68

Text Example


Text Example

White with #372C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,44,104); }

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

background-color css

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

 a { background-color: rgb(55,44,104); }

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

border-color css

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

 span { border-color: rgb(55,44,104); }

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