#453788

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

Shades of Dark Slate Blue #453788

Tints of Dark Slate Blue #453788

Color information

#453788 (or 0x453788) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 37 and 88. RGB value is (69,55,136). Sum of RGB (Red+Green+Blue) = 69+55+136=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #453788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453788 is #BAC877. Grayscale: #444444. Windows color (decimal): -12241016 or 8927045. OLE color: 8927045.

HSL color Cylindrical-coordinate representation of color #453788: hue angle of 250.37º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #453788 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6955136-
CMYK0.490.6000.47
HSL250.37º42.41%37.45%-
HSV(B)250.37º59.56%53.33%-
XYZ8.265.7823.97-
YUV68.42166.14128.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 55 (21.88% from 255) = 21.15%
BLUE value IS 136 (53.52% from 255) = 52.31%
R=26.54%
G=21.15%
B=52.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69551360.490.6000.47250.3742.4137.45
Hex453788313C02Ffa2a25
Octal1056721061740573725245
Binary100010111011110001000110001111100010111111111010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453788; }

 p { color: rgb(69,55,136); }

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

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

 a { background-color: rgb(69,55,136); }

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

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

 span { border-color: rgb(69,55,136); }

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