#352298

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

Shades of Dark Slate Blue #352298

Tints of Dark Slate Blue #352298

Color information

#352298 (or 0x352298) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 22 and 98. RGB value is (53,34,152). Sum of RGB (Red+Green+Blue) = 53+34+152=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #352298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352298 is #CADD67. Grayscale: #343434. Windows color (decimal): -13294952 or 9970229. OLE color: 9970229.

HSL color Cylindrical-coordinate representation of color #352298: hue angle of 249.66º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352298 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5334152-
CMYK0.650.7800.40
HSL249.66º63.44%36.47%-
HSV(B)249.66º77.63%59.61%-
XYZ7.714.1730.1-
YUV53.13183.79127.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 152 (59.77% from 255) = 63.60%
R=22.18%
G=14.23%
B=63.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53341520.650.7800.40249.6663.4436.47
Hex352298414E028fa3f24
Octal65422301011160503727744
Binary1101011000101001100010000011001110010100011111010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352298; }

 p { color: rgb(53,34,152); }

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

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

 a { background-color: rgb(53,34,152); }

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

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

 span { border-color: rgb(53,34,152); }

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