#362775

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

Shades of Minsk #362775

Tints of Minsk #362775

Color information

#362775 (or 0x362775) is unknown color: approx Minsk. HEX triplet: 36, 27 and 75. RGB value is (54,39,117). Sum of RGB (Red+Green+Blue) = 54+39+117=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #362775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362775 is #C9D88A. Grayscale: #343434. Windows color (decimal): -13228171 or 7677750. OLE color: 7677750.

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

Color convert

RGB5439117-
CMYK0.540.6700.54
HSL251.54º50%30.59%-
HSV(B)251.54º66.67%45.88%-
XYZ5.463.5217.22-
YUV52.38164.47129.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=25.71%
G=18.57%
B=55.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54391170.540.6700.54251.545030.59
Hex3627753643036fc321f
Octal6647165661030663746237
Binary1101101001111110101110110100001101101101111110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362775; }

 p { color: rgb(54,39,117); }

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

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

 a { background-color: rgb(54,39,117); }

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

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

 span { border-color: rgb(54,39,117); }

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