Html Css Color HEX #453D89 Dark Slate Blue

📋 copy color: '#453D89'

red 69 ◦ green 61 ◦ blue 137

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

Shades of Dark Slate Blue #453D89

Tints of Dark Slate Blue #453D89

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.85%

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

R = 25.84%
G = 22.85%
B = 51.31%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#453D89 (or 0x453D89) is known color: Dark Slate Blue. HEX triplet: 45, 3D and 89. RGB value is (69,61,137). Sum of RGB (Red+Green+Blue) = 69+61+137=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #453D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453D89 is #BAC276. Grayscale: #474747. Windows color (decimal): -12239479 or 8994117. OLE color: 8994117.

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

Color convert

RGB 69 61 137 -
CMYK 0.50 0.55 0 0.46
HSL 246.32º 0.38% 0.39% -
HSV(B) 246.32º 0.55% 0.54% -
XYZ 8.64 6.41 24.45 -
YUV 72.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 69 61 137 0.50 0.55 0 0.46 246.32 0.38 0.39
Hex 45 3D 89 32 37 0 2E F6 26 27
Octal 105 75 211 62 67 0 56 366 46 47
Binary 1000101 111101 10001001 110010 110111 0 101110 11110110 100110 100111

Color Harmonies of #453D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D89

Black with #453D89

Text Example


Text Example

White with #453D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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