Html Css Color HEX #372B6D Minsk

📋 copy color: '#372B6D'

red 55 ◦ green 43 ◦ blue 109

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

Shades of Minsk #372B6D

Tints of Minsk #372B6D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.77%

 BLUE value IS 109 (42.97% from 255) = 52.66%

R = 26.57%
G = 20.77%
B = 52.66%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#372B6D (or 0x372B6D) is known color: Minsk. HEX triplet: 37, 2B and 6D. RGB value is (55,43,109). Sum of RGB (Red+Green+Blue) = 55+43+109=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #372B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372B6D is #C8D492. Grayscale: #353535. Windows color (decimal): -13161619 or 7154487. OLE color: 7154487.

HSL color Cylindrical-coordinate representation of color #372B6D: hue angle of 250.91º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #372B6D is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 43 109 -
CMYK 0.50 0.61 0 0.57
HSL 250.91º 0.43% 0.3% -
HSV(B) 250.91º 0.61% 0.43% -
XYZ 5.2 3.64 14.9 -
YUV 54.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 55 43 109 0.50 0.61 0 0.57 250.91 0.43 0.3
Hex 37 2B 6D 32 3D 0 39 FB 2B 1E
Octal 67 53 155 62 75 0 71 373 53 36
Binary 110111 101011 1101101 110010 111101 0 111001 11111011 101011 11110

Color Harmonies of #372B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B6D

Black with #372B6D

Text Example


Text Example

White with #372B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,43,109); }

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

background-color css

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

 a { background-color: rgb(55,43,109); }

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

border-color css

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

 span { border-color: rgb(55,43,109); }

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