#453F97

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

Shades of Dark Slate Blue #453F97

Tints of Dark Slate Blue #453F97

Color information

#453F97 (or 0x453F97) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3F and 97. RGB value is (69,63,151). Sum of RGB (Red+Green+Blue) = 69+63+151=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #453F97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453F97 is #BAC068. Grayscale: #4A4A4A. Windows color (decimal): -12238953 or 9912133. OLE color: 9912133.

HSL color Cylindrical-coordinate representation of color #453F97: hue angle of 244.09º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #453F97 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6963151-
CMYK0.540.5800.41
HSL244.09º41.12%41.96%-
HSV(B)244.09º58.28%59.22%-
XYZ9.827.0530.12-
YUV74.83170.99123.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.38%
GREEN value IS 63 (25% from 255) = 22.26%
BLUE value IS 151 (59.38% from 255) = 53.36%
R=24.38%
G=22.26%
B=53.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69631510.540.5800.41244.0941.1241.96
Hex453F97363A029f4292a
Octal1057722766720513645152
Binary100010111111110010111110110111010010100111110100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,63,151); }

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

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

 a { background-color: rgb(69,63,151); }

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

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

 span { border-color: rgb(69,63,151); }

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