Html Css Color HEX #453F84 Dark Slate Blue

📋 copy color: '#453F84'

red 69 ◦ green 63 ◦ blue 132

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

Shades of Dark Slate Blue #453F84

Tints of Dark Slate Blue #453F84

RGB

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

 GREEN value IS 63 (25% from 255) = 23.86%

 BLUE value IS 132 (51.95% from 255) = 50%

R = 26.14%
G = 23.86%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#453F84 (or 0x453F84) is known color: Dark Slate Blue. HEX triplet: 45, 3F and 84. RGB value is (69,63,132). Sum of RGB (Red+Green+Blue) = 69+63+132=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #453F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453F84 is #BAC07B. Grayscale: #484848. Windows color (decimal): -12238972 or 8666949. OLE color: 8666949.

HSL color Cylindrical-coordinate representation of color #453F84: hue angle of 245.22º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #453F84 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 63 132 -
CMYK 0.48 0.52 0 0.48
HSL 245.22º 0.35% 0.38% -
HSV(B) 245.22º 0.52% 0.52% -
XYZ 8.4 6.49 22.64 -
YUV 72.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 69 63 132 0.48 0.52 0 0.48 245.22 0.35 0.38
Hex 45 3F 84 30 34 0 30 F5 23 26
Octal 105 77 204 60 64 0 60 365 43 46
Binary 1000101 111111 10000100 110000 110100 0 110000 11110101 100011 100110

Color Harmonies of #453F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453F84

Black with #453F84

Text Example


Text Example

White with #453F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,63,132); }

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

background-color css

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

 a { background-color: rgb(69,63,132); }

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

border-color css

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

 span { border-color: rgb(69,63,132); }

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