Html Css Color HEX #36296F Minsk

📋 copy color: '#36296F'

red 54 ◦ green 41 ◦ blue 111

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

Shades of Minsk #36296F

Tints of Minsk #36296F

RGB

 RED value IS 54 (21.48% from 255) = 26.21%

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

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

R = 26.21%
G = 19.9%
B = 53.88%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#36296F (or 0x36296F) is known color: Minsk. HEX triplet: 36, 29 and 6F. RGB value is (54,41,111). Sum of RGB (Red+Green+Blue) = 54+41+111=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #36296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36296F is #C9D690. Grayscale: #343434. Windows color (decimal): -13227665 or 7285046. OLE color: 7285046.

HSL color Cylindrical-coordinate representation of color #36296F: hue angle of 251.14º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36296F is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 41 111 -
CMYK 0.51 0.63 0 0.56
HSL 251.14º 0.46% 0.3% -
HSV(B) 251.14º 0.63% 0.44% -
XYZ 5.18 3.52 15.44 -
YUV 52.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 54 41 111 0.51 0.63 0 0.56 251.14 0.46 0.3
Hex 36 29 6F 33 3F 0 38 FB 2E 1E
Octal 66 51 157 63 77 0 70 373 56 36
Binary 110110 101001 1101111 110011 111111 0 111000 11111011 101110 11110

Color Harmonies of #36296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36296F

Black with #36296F

Text Example


Text Example

White with #36296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,41,111); }

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

background-color css

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

 a { background-color: rgb(54,41,111); }

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

border-color css

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

 span { border-color: rgb(54,41,111); }

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