#453B8E

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

Shades of Dark Slate Blue #453B8E

Tints of Dark Slate Blue #453B8E

Color information

#453B8E (or 0x453B8E) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3B and 8E. RGB value is (69,59,142). Sum of RGB (Red+Green+Blue) = 69+59+142=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #453B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453B8E is #BAC471. Grayscale: #474747. Windows color (decimal): -12239986 or 9321285. OLE color: 9321285.

HSL color Cylindrical-coordinate representation of color #453B8E: hue angle of 247.23º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #453B8E is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6959142-
CMYK0.510.5800.44
HSL247.23º41.29%39.41%-
HSV(B)247.23º58.45%55.69%-
XYZ8.96.3526.35-
YUV71.45167.81126.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 59 (23.44% from 255) = 21.85%
BLUE value IS 142 (55.86% from 255) = 52.59%
R=25.56%
G=21.85%
B=52.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69591420.510.5800.44247.2341.2939.41
Hex453B8E333A02Cf72927
Octal1057321663720543675147
Binary100010111101110001110110011111010010110011110111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,59,142); }

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

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

 a { background-color: rgb(69,59,142); }

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

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

 span { border-color: rgb(69,59,142); }

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