Html Css Color HEX #362C79 Minsk

📋 copy color: '#362C79'

red 54 ◦ green 44 ◦ blue 121

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

Shades of Minsk #362C79

Tints of Minsk #362C79

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.09%

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

R = 24.66%
G = 20.09%
B = 55.25%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#362C79 (or 0x362C79) is known color: Minsk. HEX triplet: 36, 2C and 79. RGB value is (54,44,121). Sum of RGB (Red+Green+Blue) = 54+44+121=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #362C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C79 is #C9D386. Grayscale: #373737. Windows color (decimal): -13226887 or 7941174. OLE color: 7941174.

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

Color convert

RGB 54 44 121 -
CMYK 0.55 0.64 0 0.53
HSL 247.79º 0.47% 0.32% -
HSV(B) 247.79º 0.64% 0.47% -
XYZ 5.87 3.97 18.55 -
YUV 55.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 54 44 121 0.55 0.64 0 0.53 247.79 0.47 0.32
Hex 36 2C 79 37 40 0 35 F8 2F 20
Octal 66 54 171 67 100 0 65 370 57 40
Binary 110110 101100 1111001 110111 1000000 0 110101 11111000 101111 100000

Color Harmonies of #362C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C79

Black with #362C79

Text Example


Text Example

White with #362C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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