Html Css Color HEX #453489 Dark Slate Blue

📋 copy color: '#453489'

red 69 ◦ green 52 ◦ blue 137

#453489
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #453489

Tints of Dark Slate Blue #453489

RGB

 RED value IS 69 (27.34% from 255) = 26.74%

 GREEN value IS 52 (20.7% from 255) = 20.16%

 BLUE value IS 137 (53.91% from 255) = 53.1%

R = 26.74%
G = 20.16%
B = 53.1%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#453489 (or 0x453489) is known color: Dark Slate Blue. HEX triplet: 45, 34 and 89. RGB value is (69,52,137). Sum of RGB (Red+Green+Blue) = 69+52+137=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #453489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453489 is #BACB76. Grayscale: #424242. Windows color (decimal): -12241783 or 8991813. OLE color: 8991813.

HSL color Cylindrical-coordinate representation of color #453489: hue angle of 252º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453489 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 52 137 -
CMYK 0.50 0.62 0 0.46
HSL 252º 0.45% 0.37% -
HSV(B) 252º 0.62% 0.54% -
XYZ 8.2 5.53 24.3 -
YUV 66.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 69 52 137 0.50 0.62 0 0.46 252 0.45 0.37
Hex 45 34 89 32 3E 0 2E FC 2D 25
Octal 105 64 211 62 76 0 56 374 55 45
Binary 1000101 110100 10001001 110010 111110 0 101110 11111100 101101 100101

Color Harmonies of #453489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453489

Black with #453489

Text Example


Text Example

White with #453489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453489; }

 p { color: rgb(69,52,137); }

 H1.HeaderClassName
 {
   color: #453489;
 }
 .AnyTagClassName
 {
   color: #453489;
 }
</style>

background-color css

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

 a { background-color: rgb(69,52,137); }

 div.DivClassName
 {
   background-color: #453489;
 }
 .BgClassName
 {
   background-color: #453489;
 }
</style>

border-color css

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

 span { border-color: rgb(69,52,137); }

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