#35288B

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

Shades of Dark Slate Blue #35288B

Tints of Dark Slate Blue #35288B

Color information

#35288B (or 0x35288B) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 28 and 8B. RGB value is (53,40,139). Sum of RGB (Red+Green+Blue) = 53+40+139=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #35288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35288B is #CAD774. Grayscale: #363636. Windows color (decimal): -13293429 or 9119797. OLE color: 9119797.

HSL color Cylindrical-coordinate representation of color #35288B: hue angle of 247.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35288B is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5340139-
CMYK0.620.7100.45
HSL247.88º55.31%35.1%-
HSV(B)247.88º71.22%54.51%-
XYZ6.894.1424.86-
YUV55.17175.31126.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 139 (54.69% from 255) = 59.91%
R=22.84%
G=17.24%
B=59.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53401390.620.7100.45247.8855.3135.1
Hex35288B3E4702Df83723
Octal6550213761070553706743
Binary110101101000100010111111101000111010110111111000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,40,139); }

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

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

 a { background-color: rgb(53,40,139); }

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

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

 span { border-color: rgb(53,40,139); }

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