#35339A

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

Shades of Dark Slate Blue #35339A

Tints of Dark Slate Blue #35339A

Color information

#35339A (or 0x35339A) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 33 and 9A. RGB value is (53,51,154). Sum of RGB (Red+Green+Blue) = 53+51+154=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #35339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35339A is #CACC65. Grayscale: #3E3E3E. Windows color (decimal): -13290598 or 10105653. OLE color: 10105653.

HSL color Cylindrical-coordinate representation of color #35339A: hue angle of 241.17º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35339A is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5351154-
CMYK0.660.6700.40
HSL241.17º50.24%40.2%-
HSV(B)241.17º66.88%60.39%-
XYZ8.485.4631.18-
YUV63.34179.16120.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 51 (20.31% from 255) = 19.77%
BLUE value IS 154 (60.55% from 255) = 59.69%
R=20.54%
G=19.77%
B=59.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53511540.660.6700.40241.1750.2440.2
Hex35339A4243028f13228
Octal65632321021030503616250
Binary1101011100111001101010000101000011010100011110001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35339A; }

 p { color: rgb(53,51,154); }

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

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

 a { background-color: rgb(53,51,154); }

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

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

 span { border-color: rgb(53,51,154); }

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