Html Css Color HEX #453B89 Dark Slate Blue

📋 copy color: '#453B89'

red 69 ◦ green 59 ◦ blue 137

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

Shades of Dark Slate Blue #453B89

Tints of Dark Slate Blue #453B89

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.26%

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

R = 26.04%
G = 22.26%
B = 51.7%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#453B89 (or 0x453B89) is known color: Dark Slate Blue. HEX triplet: 45, 3B and 89. RGB value is (69,59,137). Sum of RGB (Red+Green+Blue) = 69+59+137=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #453B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453B89 is #BAC476. Grayscale: #464646. Windows color (decimal): -12239991 or 8993605. OLE color: 8993605.

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

Color convert

RGB 69 59 137 -
CMYK 0.50 0.57 0 0.46
HSL 247.69º 0.4% 0.38% -
HSV(B) 247.69º 0.57% 0.54% -
XYZ 8.53 6.2 24.41 -
YUV 70.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 69 59 137 0.50 0.57 0 0.46 247.69 0.4 0.38
Hex 45 3B 89 32 39 0 2E F8 28 26
Octal 105 73 211 62 71 0 56 370 50 46
Binary 1000101 111011 10001001 110010 111001 0 101110 11111000 101000 100110

Color Harmonies of #453B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B89

Black with #453B89

Text Example


Text Example

White with #453B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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