#362878

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

Shades of Minsk #362878

Tints of Minsk #362878

Color information

#362878 (or 0x362878) is unknown color: approx Minsk. HEX triplet: 36, 28 and 78. RGB value is (54,40,120). Sum of RGB (Red+Green+Blue) = 54+40+120=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #362878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362878 is #C9D787. Grayscale: #353535. Windows color (decimal): -13227912 or 7874614. OLE color: 7874614.

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

Color convert

RGB5440120-
CMYK0.550.6700.53
HSL250.5º50%31.37%-
HSV(B)250.5º66.67%47.06%-
XYZ5.673.6618.18-
YUV53.31165.64128.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 120 (47.27% from 255) = 56.07%
R=25.23%
G=18.69%
B=56.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54401200.550.6700.53250.55031.37
Hex3628783743035fa321f
Octal6650170671030653726237
Binary1101101010001111000110111100001101101011111101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362878; }

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

 H1.HeaderClassName
 {
   color: #362878;
 }
 .AnyTagClassName
 {
   color: #362878;
 }
</style>
background-color css

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

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

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

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

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

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