Html Css Color HEX #362979 Minsk

📋 copy color: '#362979'

red 54 ◦ green 41 ◦ blue 121

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

Shades of Minsk #362979

Tints of Minsk #362979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 56.02%

R = 25%
G = 18.98%
B = 56.02%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#362979 (or 0x362979) is known color: Minsk. HEX triplet: 36, 29 and 79. RGB value is (54,41,121). Sum of RGB (Red+Green+Blue) = 54+41+121=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #362979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362979 is #C9D686. Grayscale: #353535. Windows color (decimal): -13227655 or 7940406. OLE color: 7940406.

HSL color Cylindrical-coordinate representation of color #362979: hue angle of 249.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #362979 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 41 121 -
CMYK 0.55 0.66 0 0.53
HSL 249.75º 0.49% 0.32% -
HSV(B) 249.75º 0.66% 0.47% -
XYZ 5.77 3.75 18.51 -
YUV 54.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 54 41 121 0.55 0.66 0 0.53 249.75 0.49 0.32
Hex 36 29 79 37 42 0 35 FA 31 20
Octal 66 51 171 67 102 0 65 372 61 40
Binary 110110 101001 1111001 110111 1000010 0 110101 11111010 110001 100000

Color Harmonies of #362979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362979

Black with #362979

Text Example


Text Example

White with #362979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362979; }

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

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

background-color css

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

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

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

border-color css

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

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

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