#352B6F

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

Shades of Minsk #352B6F

Tints of Minsk #352B6F

Color information

#352B6F (or 0x352B6F) is unknown color: approx Minsk. HEX triplet: 35, 2B and 6F. RGB value is (53,43,111). Sum of RGB (Red+Green+Blue) = 53+43+111=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #352B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B6F is #CAD490. Grayscale: #353535. Windows color (decimal): -13292689 or 7285557. OLE color: 7285557.

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

Color convert

RGB5343111-
CMYK0.520.6100.56
HSL248.82º44.16%30.2%-
HSV(B)248.82º61.26%43.53%-
XYZ5.23.6315.47-
YUV53.74160.31127.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 43 (17.19% from 255) = 20.77%
BLUE value IS 111 (43.75% from 255) = 53.62%
R=25.60%
G=20.77%
B=53.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53431110.520.6100.56248.8244.1630.2
Hex352B6F343D038f92c1e
Octal655315764750703715436
Binary110101101011110111111010011110101110001111100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,43,111); }

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

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

 a { background-color: rgb(53,43,111); }

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

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

 span { border-color: rgb(53,43,111); }

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