#352D9D

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

Shades of Dark Slate Blue #352D9D

Tints of Dark Slate Blue #352D9D

Color information

#352D9D (or 0x352D9D) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 2D and 9D. RGB value is (53,45,157). Sum of RGB (Red+Green+Blue) = 53+45+157=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #352D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352D9D is #CAD262. Grayscale: #3B3B3B. Windows color (decimal): -13292131 or 10300725. OLE color: 10300725.

HSL color Cylindrical-coordinate representation of color #352D9D: hue angle of 244.29º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #352D9D is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5345157-
CMYK0.660.7100.38
HSL244.29º55.45%39.61%-
HSV(B)244.29º71.34%61.57%-
XYZ8.495.0732.43-
YUV60.16182.65122.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 45 (17.97% from 255) = 17.65%
BLUE value IS 157 (61.72% from 255) = 61.57%
R=20.78%
G=17.65%
B=61.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53451570.660.7100.38244.2955.4539.61
Hex352D9D4247026f43728
Octal65552351021070463646750
Binary1101011011011001110110000101000111010011011110100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,45,157); }

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

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

 a { background-color: rgb(53,45,157); }

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

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

 span { border-color: rgb(53,45,157); }

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