#35279a

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

Shades of Dark Slate Blue #35279A

Tints of Dark Slate Blue #35279A

Color information

#35279A (or 0x35279A) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 27 and 9A. RGB value is (53,39,154). Sum of RGB (Red+Green+Blue) = 53+39+154=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #35279A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35279A is #CAD865. Grayscale: #373737. Windows color (decimal): -13293670 or 10102581. OLE color: 10102581.

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

Color convert

RGB5339154-
CMYK0.660.7500.40
HSL247.3º59.59%37.84%-
HSV(B)247.3º74.68%60.39%-
XYZ8.034.5431.03-
YUV56.3183.14125.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 154 (60.55% from 255) = 62.60%
R=21.54%
G=15.85%
B=62.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53391540.660.7500.40247.359.5937.84
Hex35279A424B028f73c26
Octal65472321021130503677446
Binary1101011001111001101010000101001011010100011110111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35279a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35279a; }

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

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

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

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

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

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

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

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