#352B9C

Color #352B9C Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #352B9C

Tints of Dark Slate Blue #352B9C

Color information

#352B9C (or 0x352B9C) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 2B and 9C. RGB value is (53,43,156). Sum of RGB (Red+Green+Blue) = 53+43+156=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #352B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352B9C is #CAD463. Grayscale: #3A3A3A. Windows color (decimal): -13292644 or 10234677. OLE color: 10234677.

HSL color Cylindrical-coordinate representation of color #352B9C: hue angle of 245.31º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #352B9C is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5343156-
CMYK0.660.7200.39
HSL245.31º56.78%39.02%-
HSV(B)245.31º72.44%61.18%-
XYZ8.334.8831.96-
YUV58.87182.81123.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 43 (17.19% from 255) = 17.06%
BLUE value IS 156 (61.33% from 255) = 61.90%
R=21.03%
G=17.06%
B=61.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53431560.660.7200.39245.3156.7839.02
Hex352B9C4248027f53927
Octal65532341021100473657147
Binary1101011010111001110010000101001000010011111110101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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