Html Css Color HEX #36296E Minsk

📋 copy color: '#36296E'

red 54 ◦ green 41 ◦ blue 110

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

Shades of Minsk #36296E

Tints of Minsk #36296E

RGB

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

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

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

R = 26.34%
G = 20%
B = 53.66%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36296E (or 0x36296E) is known color: Minsk. HEX triplet: 36, 29 and 6E. RGB value is (54,41,110). Sum of RGB (Red+Green+Blue) = 54+41+110=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 41 (16.41% from 255 or 20% 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 #36296E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36296E is #C9D691. Grayscale: #343434. Windows color (decimal): -13227666 or 7219510. OLE color: 7219510.

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

Color convert

RGB 54 41 110 -
CMYK 0.51 0.63 0 0.57
HSL 251.3º 0.46% 0.3% -
HSV(B) 251.3º 0.63% 0.43% -
XYZ 5.13 3.5 15.16 -
YUV 52.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 54 41 110 0.51 0.63 0 0.57 251.3 0.46 0.3
Hex 36 29 6E 33 3F 0 39 FB 2E 1E
Octal 66 51 156 63 77 0 71 373 56 36
Binary 110110 101001 1101110 110011 111111 0 111001 11111011 101110 11110

Color Harmonies of #36296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36296E

Black with #36296E

Text Example


Text Example

White with #36296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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