#453C95

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

Shades of Dark Slate Blue #453C95

Tints of Dark Slate Blue #453C95

Color information

#453C95 (or 0x453C95) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3C and 95. RGB value is (69,60,149). Sum of RGB (Red+Green+Blue) = 69+60+149=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #453C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453C95 is #BAC36A. Grayscale: #484848. Windows color (decimal): -12239723 or 9780293. OLE color: 9780293.

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

Color convert

RGB6960149-
CMYK0.540.6000.42
HSL246.07º42.58%40.98%-
HSV(B)246.07º59.73%58.43%-
XYZ9.496.6729.22-
YUV72.84170.98125.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 60 (23.83% from 255) = 21.58%
BLUE value IS 149 (58.59% from 255) = 53.60%
R=24.82%
G=21.58%
B=53.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69601490.540.6000.42246.0742.5840.98
Hex453C95363C02Af62b29
Octal1057422566740523665351
Binary100010111110010010101110110111100010101011110110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,60,149); }

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

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

 a { background-color: rgb(69,60,149); }

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

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

 span { border-color: rgb(69,60,149); }

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