#35339C

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

Shades of Dark Slate Blue #35339C

Tints of Dark Slate Blue #35339C

Color information

#35339C (or 0x35339C) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 33 and 9C. RGB value is (53,51,156). Sum of RGB (Red+Green+Blue) = 53+51+156=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #35339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35339C is #CACC63. Grayscale: #3F3F3F. Windows color (decimal): -13290596 or 10236725. OLE color: 10236725.

HSL color Cylindrical-coordinate representation of color #35339C: hue angle of 241.14º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35339C is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5351156-
CMYK0.660.6700.39
HSL241.14º50.72%40.59%-
HSV(B)241.14º67.31%61.18%-
XYZ8.655.5232.06-
YUV63.57180.16120.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 51 (20.31% from 255) = 19.62%
BLUE value IS 156 (61.33% from 255) = 60%
R=20.38%
G=19.62%
B=60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53511560.660.6700.39241.1450.7240.59
Hex35339C4243027f13329
Octal65632341021030473616351
Binary1101011100111001110010000101000011010011111110001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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