#35309F

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

Shades of Dark Slate Blue #35309F

Tints of Dark Slate Blue #35309F

Color information

#35309F (or 0x35309F) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 30 and 9F. RGB value is (53,48,159). Sum of RGB (Red+Green+Blue) = 53+48+159=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #35309F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35309F is #CACF60. Grayscale: #3D3D3D. Windows color (decimal): -13291361 or 10432565. OLE color: 10432565.

HSL color Cylindrical-coordinate representation of color #35309F: hue angle of 242.7º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35309F is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5348159-
CMYK0.670.7000.38
HSL242.7º53.62%40.59%-
HSV(B)242.7º69.81%62.35%-
XYZ8.785.3733.38-
YUV62.15182.66121.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 48 (19.14% from 255) = 18.46%
BLUE value IS 159 (62.5% from 255) = 61.15%
R=20.38%
G=18.46%
B=61.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53481590.670.7000.38242.753.6240.59
Hex35309F4346026f33629
Octal65602371031060463636651
Binary1101011100001001111110000111000110010011011110011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35309F; }

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

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

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

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

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

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

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

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