Html Css Color HEX #37296C Minsk

📋 copy color: '#37296C'

red 55 ◦ green 41 ◦ blue 108

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

Shades of Minsk #37296C

Tints of Minsk #37296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.94%

R = 26.96%
G = 20.1%
B = 52.94%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37296C (or 0x37296C) is known color: Minsk. HEX triplet: 37, 29 and 6C. RGB value is (55,41,108). Sum of RGB (Red+Green+Blue) = 55+41+108=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #37296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37296C is #C8D693. Grayscale: #343434. Windows color (decimal): -13162132 or 7088439. OLE color: 7088439.

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

Color convert

RGB 55 41 108 -
CMYK 0.49 0.62 0 0.58
HSL 252.54º 0.45% 0.29% -
HSV(B) 252.54º 0.62% 0.42% -
XYZ 5.08 3.48 14.59 -
YUV 52.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 55 41 108 0.49 0.62 0 0.58 252.54 0.45 0.29
Hex 37 29 6C 31 3E 0 3A FD 2D 1D
Octal 67 51 154 61 76 0 72 375 55 35
Binary 110111 101001 1101100 110001 111110 0 111010 11111101 101101 11101

Color Harmonies of #37296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37296C

Black with #37296C

Text Example


Text Example

White with #37296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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