#362574

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

Shades of Minsk #362574

Tints of Minsk #362574

Color information

#362574 (or 0x362574) is unknown color: approx Minsk. HEX triplet: 36, 25 and 74. RGB value is (54,37,116). Sum of RGB (Red+Green+Blue) = 54+37+116=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #362574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362574 is #C9DA8B. Grayscale: #323232. Windows color (decimal): -13228684 or 7611702. OLE color: 7611702.

HSL color Cylindrical-coordinate representation of color #362574: hue angle of 252.91º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #362574 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5437116-
CMYK0.530.6800.55
HSL252.91º51.63%30%-
HSV(B)252.91º68.1%45.49%-
XYZ5.343.3716.89-
YUV51.09164.63130.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 116 (45.70% from 255) = 56.04%
R=26.09%
G=17.87%
B=56.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54371160.530.6800.55252.9151.6330
Hex3625743544037fd341e
Octal6645164651040673756436
Binary1101101001011110100110101100010001101111111110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362574; }

 p { color: rgb(54,37,116); }

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

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

 a { background-color: rgb(54,37,116); }

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

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

 span { border-color: rgb(54,37,116); }

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