Html Css Color HEX #372C66 Minsk

📋 copy color: '#372C66'

red 55 ◦ green 44 ◦ blue 102

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

Shades of Minsk #372C66

Tints of Minsk #372C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.75%

R = 27.36%
G = 21.89%
B = 50.75%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#372C66 (or 0x372C66) is known color: Minsk. HEX triplet: 37, 2C and 66. RGB value is (55,44,102). Sum of RGB (Red+Green+Blue) = 55+44+102=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #372C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372C66 is #C8D399. Grayscale: #353535. Windows color (decimal): -13161370 or 6695991. OLE color: 6695991.

HSL color Cylindrical-coordinate representation of color #372C66: hue angle of 251.38º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #372C66 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 55 44 102 -
CMYK 0.46 0.57 0 0.6
HSL 251.38º 0.4% 0.29% -
HSV(B) 251.38º 0.57% 0.4% -
XYZ 4.87 3.57 13 -
YUV 53.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 55 44 102 0.46 0.57 0 0.6 251.38 0.4 0.29
Hex 37 2C 66 2E 39 0 3C FB 28 1D
Octal 67 54 146 56 71 0 74 373 50 35
Binary 110111 101100 1100110 101110 111001 0 111100 11111011 101000 11101

Color Harmonies of #372C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C66

Black with #372C66

Text Example


Text Example

White with #372C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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