Html Css Color HEX #372969 Minsk

📋 copy color: '#372969'

red 55 ◦ green 41 ◦ blue 105

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

Shades of Minsk #372969

Tints of Minsk #372969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.4%

 BLUE value IS 105 (41.41% from 255) = 52.24%

R = 27.36%
G = 20.4%
B = 52.24%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#372969 (or 0x372969) is known color: Minsk. HEX triplet: 37, 29 and 69. RGB value is (55,41,105). Sum of RGB (Red+Green+Blue) = 55+41+105=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #372969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372969 is #C8D696. Grayscale: #343434. Windows color (decimal): -13162135 or 6891831. OLE color: 6891831.

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

Color convert

RGB 55 41 105 -
CMYK 0.48 0.61 0 0.59
HSL 253.13º 0.44% 0.29% -
HSV(B) 253.13º 0.61% 0.41% -
XYZ 4.92 3.42 13.77 -
YUV 52.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 55 41 105 0.48 0.61 0 0.59 253.13 0.44 0.29
Hex 37 29 69 30 3D 0 3B FD 2C 1D
Octal 67 51 151 60 75 0 73 375 54 35
Binary 110111 101001 1101001 110000 111101 0 111011 11111101 101100 11101

Color Harmonies of #372969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372969

Black with #372969

Text Example


Text Example

White with #372969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372969; }

 p { color: rgb(55,41,105); }

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

background-color css

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

 a { background-color: rgb(55,41,105); }

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

border-color css

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

 span { border-color: rgb(55,41,105); }

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