#362877

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

Shades of Minsk #362877

Tints of Minsk #362877

Color information

#362877 (or 0x362877) is unknown color: approx Minsk. HEX triplet: 36, 28 and 77. RGB value is (54,40,119). Sum of RGB (Red+Green+Blue) = 54+40+119=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #362877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362877 is #C9D788. Grayscale: #343434. Windows color (decimal): -13227913 or 7809078. OLE color: 7809078.

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

Color convert

RGB5440119-
CMYK0.550.6600.53
HSL250.63º49.69%31.18%-
HSV(B)250.63º66.39%46.67%-
XYZ5.613.6317.86-
YUV53.19165.14128.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=25.35%
G=18.78%
B=55.87%

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
Decimal54401190.550.6600.53250.6349.6931.18
Hex3628773742035fb321f
Octal6650167671020653736237
Binary1101101010001110111110111100001001101011111101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362877; }

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

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

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

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

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

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

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

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