Html Css Color HEX #453890 Dark Slate Blue

📋 copy color: '#453890'

red 69 ◦ green 56 ◦ blue 144

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

Shades of Dark Slate Blue #453890

Tints of Dark Slate Blue #453890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.82%

 BLUE value IS 144 (56.64% from 255) = 53.53%

R = 25.65%
G = 20.82%
B = 53.53%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#453890 (or 0x453890) is known color: Dark Slate Blue. HEX triplet: 45, 38 and 90. RGB value is (69,56,144). Sum of RGB (Red+Green+Blue) = 69+56+144=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #453890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453890 is #BAC76F. Grayscale: #454545. Windows color (decimal): -12240752 or 9451589. OLE color: 9451589.

HSL color Cylindrical-coordinate representation of color #453890: hue angle of 248.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #453890 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 56 144 -
CMYK 0.52 0.61 0 0.44
HSL 248.86º 0.44% 0.39% -
HSV(B) 248.86º 0.61% 0.56% -
XYZ 8.9 6.11 27.1 -
YUV 69.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 69 56 144 0.52 0.61 0 0.44 248.86 0.44 0.39
Hex 45 38 90 34 3D 0 2C F9 2C 27
Octal 105 70 220 64 75 0 54 371 54 47
Binary 1000101 111000 10010000 110100 111101 0 101100 11111001 101100 100111

Color Harmonies of #453890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453890

Black with #453890

Text Example


Text Example

White with #453890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453890; }

 p { color: rgb(69,56,144); }

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

background-color css

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

 a { background-color: rgb(69,56,144); }

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

border-color css

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

 span { border-color: rgb(69,56,144); }

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