Html Css Color HEX #453A82 Dark Slate Blue

📋 copy color: '#453A82'

red 69 ◦ green 58 ◦ blue 130

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

Shades of Dark Slate Blue #453A82

Tints of Dark Slate Blue #453A82

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.57%

 BLUE value IS 130 (51.17% from 255) = 50.58%

R = 26.85%
G = 22.57%
B = 50.58%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#453A82 (or 0x453A82) is known color: Dark Slate Blue. HEX triplet: 45, 3A and 82. RGB value is (69,58,130). Sum of RGB (Red+Green+Blue) = 69+58+130=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #453A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453A82 is #BAC57D. Grayscale: #454545. Windows color (decimal): -12240254 or 8534597. OLE color: 8534597.

HSL color Cylindrical-coordinate representation of color #453A82: hue angle of 249.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #453A82 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 58 130 -
CMYK 0.47 0.55 0 0.49
HSL 249.17º 0.38% 0.37% -
HSV(B) 249.17º 0.55% 0.51% -
XYZ 8 5.9 21.84 -
YUV 69.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 69 58 130 0.47 0.55 0 0.49 249.17 0.38 0.37
Hex 45 3A 82 2F 37 0 31 F9 26 25
Octal 105 72 202 57 67 0 61 371 46 45
Binary 1000101 111010 10000010 101111 110111 0 110001 11111001 100110 100101

Color Harmonies of #453A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453A82

Black with #453A82

Text Example


Text Example

White with #453A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,58,130); }

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

background-color css

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

 a { background-color: rgb(69,58,130); }

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

border-color css

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

 span { border-color: rgb(69,58,130); }

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