Html Css Color HEX #362978 Minsk

📋 copy color: '#362978'

red 54 ◦ green 41 ◦ blue 120

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

Shades of Minsk #362978

Tints of Minsk #362978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 55.81%

R = 25.12%
G = 19.07%
B = 55.81%

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

#362978 (or 0x362978) is known color: Minsk. HEX triplet: 36, 29 and 78. RGB value is (54,41,120). Sum of RGB (Red+Green+Blue) = 54+41+120=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #362978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362978 is #C9D687. Grayscale: #353535. Windows color (decimal): -13227656 or 7874870. OLE color: 7874870.

HSL color Cylindrical-coordinate representation of color #362978: hue angle of 249.87º 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 #362978 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 41 120 -
CMYK 0.55 0.66 0 0.53
HSL 249.87º 0.49% 0.32% -
HSV(B) 249.87º 0.66% 0.47% -
XYZ 5.7 3.73 18.19 -
YUV 53.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 54 41 120 0.55 0.66 0 0.53 249.87 0.49 0.32
Hex 36 29 78 37 42 0 35 FA 31 20
Octal 66 51 170 67 102 0 65 372 61 40
Binary 110110 101001 1111000 110111 1000010 0 110101 11111010 110001 100000

Color Harmonies of #362978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362978

Black with #362978

Text Example


Text Example

White with #362978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362978; }

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

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

background-color css

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

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

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

border-color css

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

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

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