#353098

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

Shades of Dark Slate Blue #353098

Tints of Dark Slate Blue #353098

Color information

#353098 (or 0x353098) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 30 and 98. RGB value is (53,48,152). Sum of RGB (Red+Green+Blue) = 53+48+152=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #353098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353098 is #CACF67. Grayscale: #3C3C3C. Windows color (decimal): -13291368 or 9973813. OLE color: 9973813.

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

Color convert

RGB5348152-
CMYK0.650.6800.40
HSL242.88º52%39.22%-
HSV(B)242.88º68.42%59.61%-
XYZ8.195.1430.27-
YUV61.35179.16122.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 152 (59.77% from 255) = 60.08%
R=20.95%
G=18.97%
B=60.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53481520.650.6800.40242.885239.22
Hex3530984144028f33427
Octal65602301011040503636447
Binary1101011100001001100010000011000100010100011110011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353098; }

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

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

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

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

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

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

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

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