#362978

Color #362978 Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #362978

Tints of Minsk #362978

Color information

#362978 (or 0x362978) is unknown color: approx 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

RGB5441120-
CMYK0.550.6600.53
HSL249.87º49.07%31.57%-
HSV(B)249.87º65.83%47.06%-
XYZ5.73.7318.19-
YUV53.89165.31128.08-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54411200.550.6600.53249.8749.0731.57
Hex3629783742035fa3120
Octal6651170671020653726140
Binary11011010100111110001101111000010011010111111010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>