#453A8B

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

Shades of Dark Slate Blue #453A8B

Tints of Dark Slate Blue #453A8B

Color information

#453A8B (or 0x453A8B) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3A and 8B. RGB value is (69,58,139). Sum of RGB (Red+Green+Blue) = 69+58+139=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #453A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453A8B is #BAC574. Grayscale: #464646. Windows color (decimal): -12240245 or 9124421. OLE color: 9124421.

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

Color convert

RGB6958139-
CMYK0.500.5800.45
HSL248.15º41.12%38.63%-
HSV(B)248.15º58.27%54.51%-
XYZ8.636.1625.16-
YUV70.52166.64126.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=25.94%
G=21.80%
B=52.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69581390.500.5800.45248.1541.1238.63
Hex453A8B323A02Df82927
Octal1057221362720553705147
Binary100010111101010001011110010111010010110111111000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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