Html Css Color HEX #37296D Minsk

📋 copy color: '#37296D'

red 55 ◦ green 41 ◦ blue 109

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

Shades of Minsk #37296D

Tints of Minsk #37296D

RGB

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

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

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

R = 26.83%
G = 20%
B = 53.17%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37296D (or 0x37296D) is known color: Minsk. HEX triplet: 37, 29 and 6D. RGB value is (55,41,109). Sum of RGB (Red+Green+Blue) = 55+41+109=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #37296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37296D is #C8D692. Grayscale: #343434. Windows color (decimal): -13162131 or 7153975. OLE color: 7153975.

HSL color Cylindrical-coordinate representation of color #37296D: hue angle of 252.35º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37296D is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 41 109 -
CMYK 0.50 0.62 0 0.57
HSL 252.35º 0.45% 0.29% -
HSV(B) 252.35º 0.62% 0.43% -
XYZ 5.13 3.5 14.87 -
YUV 52.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 55 41 109 0.50 0.62 0 0.57 252.35 0.45 0.29
Hex 37 29 6D 32 3E 0 39 FC 2D 1D
Octal 67 51 155 62 76 0 71 374 55 35
Binary 110111 101001 1101101 110010 111110 0 111001 11111100 101101 11101

Color Harmonies of #37296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37296D

Black with #37296D

Text Example


Text Example

White with #37296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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