Html Css Color HEX #453689 Dark Slate Blue

📋 copy color: '#453689'

red 69 ◦ green 54 ◦ blue 137

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

Shades of Dark Slate Blue #453689

Tints of Dark Slate Blue #453689

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

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

R = 26.54%
G = 20.77%
B = 52.69%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#453689 (or 0x453689) is known color: Dark Slate Blue. HEX triplet: 45, 36 and 89. RGB value is (69,54,137). Sum of RGB (Red+Green+Blue) = 69+54+137=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #453689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453689 is #BAC976. Grayscale: #434343. Windows color (decimal): -12241271 or 8992325. OLE color: 8992325.

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

Color convert

RGB 69 54 137 -
CMYK 0.50 0.61 0 0.46
HSL 250.84º 0.43% 0.37% -
HSV(B) 250.84º 0.61% 0.54% -
XYZ 8.29 5.71 24.33 -
YUV 67.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 69 54 137 0.50 0.61 0 0.46 250.84 0.43 0.37
Hex 45 36 89 32 3D 0 2E FB 2B 25
Octal 105 66 211 62 75 0 56 373 53 45
Binary 1000101 110110 10001001 110010 111101 0 101110 11111011 101011 100101

Color Harmonies of #453689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453689

Black with #453689

Text Example


Text Example

White with #453689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453689; }

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

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

background-color css

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

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

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

border-color css

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

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

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