#352A92

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

Shades of Dark Slate Blue #352A92

Tints of Dark Slate Blue #352A92

Color information

#352A92 (or 0x352A92) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 2A and 92. RGB value is (53,42,146). Sum of RGB (Red+Green+Blue) = 53+42+146=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #352A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352A92 is #CAD56D. Grayscale: #383838. Windows color (decimal): -13292910 or 9579061. OLE color: 9579061.

HSL color Cylindrical-coordinate representation of color #352A92: hue angle of 246.35º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #352A92 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5342146-
CMYK0.640.7100.43
HSL246.35º55.32%36.86%-
HSV(B)246.35º71.23%57.25%-
XYZ7.484.4927.67-
YUV57.14178.14125.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 146 (57.42% from 255) = 60.58%
R=21.99%
G=17.43%
B=60.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53421460.640.7100.43246.3555.3236.86
Hex352A92404702Bf63725
Octal65522221001070533666745
Binary1101011010101001001010000001000111010101111110110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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