Html Css Color HEX #372D68 Minsk

📋 copy color: '#372D68'

red 55 ◦ green 45 ◦ blue 104

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

Shades of Minsk #372D68

Tints of Minsk #372D68

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.06%

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

R = 26.96%
G = 22.06%
B = 50.98%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#372D68 (or 0x372D68) is known color: Minsk. HEX triplet: 37, 2D and 68. RGB value is (55,45,104). Sum of RGB (Red+Green+Blue) = 55+45+104=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #372D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372D68 is #C8D297. Grayscale: #363636. Windows color (decimal): -13161112 or 6827319. OLE color: 6827319.

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

Color convert

RGB 55 45 104 -
CMYK 0.47 0.57 0 0.59
HSL 250.17º 0.4% 0.29% -
HSV(B) 250.17º 0.57% 0.41% -
XYZ 5.01 3.69 13.54 -
YUV 54.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 55 45 104 0.47 0.57 0 0.59 250.17 0.4 0.29
Hex 37 2D 68 2F 39 0 3B FA 28 1D
Octal 67 55 150 57 71 0 73 372 50 35
Binary 110111 101101 1101000 101111 111001 0 111011 11111010 101000 11101

Color Harmonies of #372D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D68

Black with #372D68

Text Example


Text Example

White with #372D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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