#453a88

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

Shades of Dark Slate Blue #453A88

Tints of Dark Slate Blue #453A88

Color information

#453A88 (or 0x453A88) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3A and 88. RGB value is (69,58,136). Sum of RGB (Red+Green+Blue) = 69+58+136=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #453A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453A88 is #BAC577. Grayscale: #454545. Windows color (decimal): -12240248 or 8927813. OLE color: 8927813.

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

Color convert

RGB6958136-
CMYK0.490.5700.47
HSL248.46º40.21%38.04%-
HSV(B)248.46º57.35%53.33%-
XYZ8.416.0724.02-
YUV70.18165.14127.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=26.24%
G=22.05%
B=51.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69581360.490.5700.47248.4640.2138.04
Hex453A88313902Ff82826
Octal1057221061710573705046
Binary100010111101010001000110001111001010111111111000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453a88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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