Html Css Color HEX #36296D Minsk

📋 copy color: '#36296D'

red 54 ◦ green 41 ◦ blue 109

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

Shades of Minsk #36296D

Tints of Minsk #36296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 53.43%

R = 26.47%
G = 20.1%
B = 53.43%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36296D (or 0x36296D) is known color: Minsk. HEX triplet: 36, 29 and 6D. RGB value is (54,41,109). Sum of RGB (Red+Green+Blue) = 54+41+109=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #36296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36296D is #C9D692. Grayscale: #343434. Windows color (decimal): -13227667 or 7153974. OLE color: 7153974.

HSL color Cylindrical-coordinate representation of color #36296D: hue angle of 251.47º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36296D is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 41 109 -
CMYK 0.50 0.62 0 0.57
HSL 251.47º 0.45% 0.29% -
HSV(B) 251.47º 0.62% 0.43% -
XYZ 5.07 3.47 14.87 -
YUV 52.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 54 41 109 0.50 0.62 0 0.57 251.47 0.45 0.29
Hex 36 29 6D 32 3E 0 39 FB 2D 1D
Octal 66 51 155 62 76 0 71 373 55 35
Binary 110110 101001 1101101 110010 111110 0 111001 11111011 101101 11101

Color Harmonies of #36296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36296D

Black with #36296D

Text Example


Text Example

White with #36296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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