Html Css Color HEX #372672 Minsk

📋 copy color: '#372672'

red 55 ◦ green 38 ◦ blue 114

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

Shades of Minsk #372672

Tints of Minsk #372672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.36%

 BLUE value IS 114 (44.92% from 255) = 55.07%

R = 26.57%
G = 18.36%
B = 55.07%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#372672 (or 0x372672) is known color: Minsk. HEX triplet: 37, 26 and 72. RGB value is (55,38,114). Sum of RGB (Red+Green+Blue) = 55+38+114=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #372672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372672 is #C8D98D. Grayscale: #333333. Windows color (decimal): -13162894 or 7480887. OLE color: 7480887.

HSL color Cylindrical-coordinate representation of color #372672: hue angle of 253.42º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #372672 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 38 114 -
CMYK 0.52 0.67 0 0.55
HSL 253.42º 0.5% 0.3% -
HSV(B) 253.42º 0.67% 0.45% -
XYZ 5.31 3.41 16.3 -
YUV 51.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 55 38 114 0.52 0.67 0 0.55 253.42 0.5 0.3
Hex 37 26 72 34 43 0 37 FD 32 1E
Octal 67 46 162 64 103 0 67 375 62 36
Binary 110111 100110 1110010 110100 1000011 0 110111 11111101 110010 11110

Color Harmonies of #372672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372672

Black with #372672

Text Example


Text Example

White with #372672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372672; }

 p { color: rgb(55,38,114); }

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

background-color css

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

 a { background-color: rgb(55,38,114); }

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

border-color css

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

 span { border-color: rgb(55,38,114); }

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