#453A8D

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

Shades of Dark Slate Blue #453A8D

Tints of Dark Slate Blue #453A8D

Color information

#453A8D (or 0x453A8D) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3A and 8D. RGB value is (69,58,141). Sum of RGB (Red+Green+Blue) = 69+58+141=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #453A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453A8D is #BAC572. Grayscale: #464646. Windows color (decimal): -12240243 or 9255493. OLE color: 9255493.

HSL color Cylindrical-coordinate representation of color #453A8D: hue angle of 247.95º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #453A8D is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6958141-
CMYK0.510.5900.45
HSL247.95º41.71%39.02%-
HSV(B)247.95º58.87%55.29%-
XYZ8.786.2125.94-
YUV70.75167.64126.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 58 (23.05% from 255) = 21.64%
BLUE value IS 141 (55.47% from 255) = 52.61%
R=25.75%
G=21.64%
B=52.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69581410.510.5900.45247.9541.7139.02
Hex453A8D333B02Df82a27
Octal1057221563730553705247
Binary100010111101010001101110011111011010110111111000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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