#453D95

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

Shades of Dark Slate Blue #453D95

Tints of Dark Slate Blue #453D95

Color information

#453D95 (or 0x453D95) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3D and 95. RGB value is (69,61,149). Sum of RGB (Red+Green+Blue) = 69+61+149=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #453D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453D95 is #BAC26A. Grayscale: #494949. Windows color (decimal): -12239467 or 9780549. OLE color: 9780549.

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

Color convert

RGB6961149-
CMYK0.540.5900.42
HSL245.45º41.9%41.18%-
HSV(B)245.45º59.06%58.43%-
XYZ9.556.7729.24-
YUV73.42170.65124.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 61 (24.22% from 255) = 21.86%
BLUE value IS 149 (58.59% from 255) = 53.41%
R=24.73%
G=21.86%
B=53.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69611490.540.5900.42245.4541.941.18
Hex453D95363B02Af52a29
Octal1057522566730523655251
Binary100010111110110010101110110111011010101011110101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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