Html Css Color HEX #37266E Minsk

📋 copy color: '#37266E'

red 55 ◦ green 38 ◦ blue 110

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

Shades of Minsk #37266E

Tints of Minsk #37266E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

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

R = 27.09%
G = 18.72%
B = 54.19%

CMYK

 C value IS 0.5

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37266E (or 0x37266E) is known color: Minsk. HEX triplet: 37, 26 and 6E. RGB value is (55,38,110). Sum of RGB (Red+Green+Blue) = 55+38+110=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #37266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37266E is #C8D991. Grayscale: #333333. Windows color (decimal): -13162898 or 7218743. OLE color: 7218743.

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

Color convert

RGB 55 38 110 -
CMYK 0.5 0.65 0 0.57
HSL 254.17º 0.49% 0.29% -
HSV(B) 254.17º 0.65% 0.43% -
XYZ 5.08 3.32 15.13 -
YUV 51.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 55 38 110 0.5 0.65 0 0.57 254.17 0.49 0.29
Hex 37 26 6E 32 41 0 39 FE 31 1D
Octal 67 46 156 62 101 0 71 376 61 35
Binary 110111 100110 1101110 110010 1000001 0 111001 11111110 110001 11101

Color Harmonies of #37266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37266E

Black with #37266E

Text Example


Text Example

White with #37266E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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