#362871

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

Shades of Minsk #362871

Tints of Minsk #362871

Color information

#362871 (or 0x362871) is unknown color: approx Minsk. HEX triplet: 36, 28 and 71. RGB value is (54,40,113). Sum of RGB (Red+Green+Blue) = 54+40+113=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #362871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362871 is #C9D78E. Grayscale: #343434. Windows color (decimal): -13227919 or 7415862. OLE color: 7415862.

HSL color Cylindrical-coordinate representation of color #362871: hue angle of 251.51º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #362871 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5440113-
CMYK0.520.6500.56
HSL251.51º47.71%30%-
HSV(B)251.51º64.6%44.31%-
XYZ5.263.4916.02-
YUV52.51162.14129.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=26.09%
G=19.32%
B=54.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54401130.520.6500.56251.5147.7130
Hex3628713441038fc301e
Octal6650161641010703746036
Binary1101101010001110001110100100000101110001111110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362871; }

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

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

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

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

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

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

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

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