#453E88

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

Shades of Dark Slate Blue #453E88

Tints of Dark Slate Blue #453E88

Color information

#453E88 (or 0x453E88) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3E and 88. RGB value is (69,62,136). Sum of RGB (Red+Green+Blue) = 69+62+136=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #453E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453E88 is #BAC177. Grayscale: #484848. Windows color (decimal): -12239224 or 8928837. OLE color: 8928837.

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

Color convert

RGB6962136-
CMYK0.490.5400.47
HSL245.68º37.37%38.82%-
HSV(B)245.68º54.41%53.33%-
XYZ8.626.4924.09-
YUV72.53163.82125.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.84%
GREEN value IS 62 (24.61% from 255) = 23.22%
BLUE value IS 136 (53.52% from 255) = 50.94%
R=25.84%
G=23.22%
B=50.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69621360.490.5400.47245.6837.3738.82
Hex453E88313602Ff62527
Octal1057621061660573664547
Binary100010111111010001000110001110110010111111110110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453E88; }

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

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

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

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

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

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

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

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