Html Css Color HEX #37276F Minsk

📋 copy color: '#37276F'

red 55 ◦ green 39 ◦ blue 111

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

Shades of Minsk #37276F

Tints of Minsk #37276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.02%

 BLUE value IS 111 (43.75% from 255) = 54.15%

R = 26.83%
G = 19.02%
B = 54.15%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37276F (or 0x37276F) is known color: Minsk. HEX triplet: 37, 27 and 6F. RGB value is (55,39,111). Sum of RGB (Red+Green+Blue) = 55+39+111=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #37276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37276F is #C8D890. Grayscale: #333333. Windows color (decimal): -13162641 or 7284535. OLE color: 7284535.

HSL color Cylindrical-coordinate representation of color #37276F: hue angle of 253.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37276F is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 39 111 -
CMYK 0.50 0.65 0 0.56
HSL 253.33º 0.48% 0.29% -
HSV(B) 253.33º 0.65% 0.44% -
XYZ 5.17 3.41 15.42 -
YUV 51.99 161.3 130.15 -
System Red Green Blue C M Y K H S L
Decimal 55 39 111 0.50 0.65 0 0.56 253.33 0.48 0.29
Hex 37 27 6F 32 41 0 38 FD 30 1D
Octal 67 47 157 62 101 0 70 375 60 35
Binary 110111 100111 1101111 110010 1000001 0 111000 11111101 110000 11101

Color Harmonies of #37276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37276F

Black with #37276F

Text Example


Text Example

White with #37276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37276F; }

 p { color: rgb(55,39,111); }

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

background-color css

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

 a { background-color: rgb(55,39,111); }

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

border-color css

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

 span { border-color: rgb(55,39,111); }

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