#35369B

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

Shades of Dark Slate Blue #35369B

Tints of Dark Slate Blue #35369B

Color information

#35369B (or 0x35369B) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 36 and 9B. RGB value is (53,54,155). Sum of RGB (Red+Green+Blue) = 53+54+155=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #35369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35369B is #CAC964. Grayscale: #404040. Windows color (decimal): -13289829 or 10171957. OLE color: 10171957.

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

Color convert

RGB5354155-
CMYK0.660.6500.39
HSL239.41º49.04%40.78%-
HSV(B)239.41º65.81%60.78%-
XYZ8.75.7631.66-
YUV65.22178.67119.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 155 (60.94% from 255) = 59.16%
R=20.23%
G=20.61%
B=59.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53541550.660.6500.39239.4149.0440.78
Hex35369B4241027ef3129
Octal65662331021010473576151
Binary1101011101101001101110000101000001010011111101111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35369B; }

 p { color: rgb(53,54,155); }

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

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

 a { background-color: rgb(53,54,155); }

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

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

 span { border-color: rgb(53,54,155); }

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