Html Css Color HEX #37286E Minsk

📋 copy color: '#37286E'

red 55 ◦ green 40 ◦ blue 110

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

Shades of Minsk #37286E

Tints of Minsk #37286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

 BLUE value IS 110 (43.36% from 255) = 53.66%

R = 26.83%
G = 19.51%
B = 53.66%

CMYK

 C value IS 0.5

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37286E (or 0x37286E) is known color: Minsk. HEX triplet: 37, 28 and 6E. RGB value is (55,40,110). Sum of RGB (Red+Green+Blue) = 55+40+110=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #37286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37286E is #C8D791. Grayscale: #343434. Windows color (decimal): -13162386 or 7219255. OLE color: 7219255.

HSL color Cylindrical-coordinate representation of color #37286E: hue angle of 252.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37286E is Cyan = 0.5, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 40 110 -
CMYK 0.5 0.64 0 0.57
HSL 252.86º 0.47% 0.29% -
HSV(B) 252.86º 0.64% 0.43% -
XYZ 5.15 3.46 15.15 -
YUV 52.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 55 40 110 0.5 0.64 0 0.57 252.86 0.47 0.29
Hex 37 28 6E 32 40 0 39 FD 2F 1D
Octal 67 50 156 62 100 0 71 375 57 35
Binary 110111 101000 1101110 110010 1000000 0 111001 11111101 101111 11101

Color Harmonies of #37286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37286E

Black with #37286E

Text Example


Text Example

White with #37286E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37286E; }

 p { color: rgb(55,40,110); }

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

background-color css

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

 a { background-color: rgb(55,40,110); }

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

border-color css

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

 span { border-color: rgb(55,40,110); }

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