#352A78

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

Shades of Minsk #352A78

Tints of Minsk #352A78

Color information

#352A78 (or 0x352A78) is unknown color: approx Minsk. HEX triplet: 35, 2A and 78. RGB value is (53,42,120). Sum of RGB (Red+Green+Blue) = 53+42+120=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #352A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A78 is #CAD587. Grayscale: #353535. Windows color (decimal): -13292936 or 7875125. OLE color: 7875125.

HSL color Cylindrical-coordinate representation of color #352A78: hue angle of 248.46º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #352A78 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5342120-
CMYK0.560.6500.53
HSL248.46º48.15%31.76%-
HSV(B)248.46º65%47.06%-
XYZ5.693.7718.2-
YUV54.18165.14127.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=24.65%
G=19.53%
B=55.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53421200.560.6500.53248.4648.1531.76
Hex352A783841035f83020
Octal6552170701010653706040
Binary11010110101011110001110001000001011010111111000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352A78; }

 p { color: rgb(53,42,120); }

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

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

 a { background-color: rgb(53,42,120); }

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

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

 span { border-color: rgb(53,42,120); }

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