Html Css Color HEX #453A89 Dark Slate Blue

📋 copy color: '#453A89'

red 69 ◦ green 58 ◦ blue 137

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

Shades of Dark Slate Blue #453A89

Tints of Dark Slate Blue #453A89

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.97%

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

R = 26.14%
G = 21.97%
B = 51.89%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#453A89 (or 0x453A89) is known color: Dark Slate Blue. HEX triplet: 45, 3A and 89. RGB value is (69,58,137). Sum of RGB (Red+Green+Blue) = 69+58+137=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #453A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453A89 is #BAC576. Grayscale: #454545. Windows color (decimal): -12240247 or 8993349. OLE color: 8993349.

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

Color convert

RGB 69 58 137 -
CMYK 0.50 0.58 0 0.46
HSL 248.35º 0.41% 0.38% -
HSV(B) 248.35º 0.58% 0.54% -
XYZ 8.48 6.1 24.4 -
YUV 70.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 69 58 137 0.50 0.58 0 0.46 248.35 0.41 0.38
Hex 45 3A 89 32 3A 0 2E F8 29 26
Octal 105 72 211 62 72 0 56 370 51 46
Binary 1000101 111010 10001001 110010 111010 0 101110 11111000 101001 100110

Color Harmonies of #453A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453A89

Black with #453A89

Text Example


Text Example

White with #453A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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