#35379B

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

Shades of Dark Slate Blue #35379B

Tints of Dark Slate Blue #35379B

Color information

#35379B (or 0x35379B) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 37 and 9B. RGB value is (53,55,155). Sum of RGB (Red+Green+Blue) = 53+55+155=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #35379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35379B is #CAC864. Grayscale: #414141. Windows color (decimal): -13289573 or 10172213. OLE color: 10172213.

HSL color Cylindrical-coordinate representation of color #35379B: hue angle of 238.82º 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 #35379B is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5355155-
CMYK0.660.6500.39
HSL238.82º49.04%40.78%-
HSV(B)238.82º65.81%60.78%-
XYZ8.755.8631.68-
YUV65.8178.34118.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 55 (21.88% from 255) = 20.91%
BLUE value IS 155 (60.94% from 255) = 58.94%
R=20.15%
G=20.91%
B=58.94%

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
Decimal53551550.660.6500.39238.8249.0440.78
Hex35379B4241027ef3129
Octal65672331021010473576151
Binary1101011101111001101110000101000001010011111101111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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