Html Css Color HEX #453386 Dark Slate Blue

📋 copy color: '#453386'

red 69 ◦ green 51 ◦ blue 134

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

Shades of Dark Slate Blue #453386

Tints of Dark Slate Blue #453386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.08%

 BLUE value IS 134 (52.73% from 255) = 52.76%

R = 27.17%
G = 20.08%
B = 52.76%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#453386 (or 0x453386) is known color: Dark Slate Blue. HEX triplet: 45, 33 and 86. RGB value is (69,51,134). Sum of RGB (Red+Green+Blue) = 69+51+134=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #453386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453386 is #BACC79. Grayscale: #414141. Windows color (decimal): -12242042 or 8794949. OLE color: 8794949.

HSL color Cylindrical-coordinate representation of color #453386: hue angle of 253.01º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453386 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 51 134 -
CMYK 0.49 0.62 0 0.47
HSL 253.01º 0.45% 0.36% -
HSV(B) 253.01º 0.62% 0.53% -
XYZ 7.94 5.35 23.17 -
YUV 65.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 69 51 134 0.49 0.62 0 0.47 253.01 0.45 0.36
Hex 45 33 86 31 3E 0 2F FD 2D 24
Octal 105 63 206 61 76 0 57 375 55 44
Binary 1000101 110011 10000110 110001 111110 0 101111 11111101 101101 100100

Color Harmonies of #453386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453386

Black with #453386

Text Example


Text Example

White with #453386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453386; }

 p { color: rgb(69,51,134); }

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

background-color css

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

 a { background-color: rgb(69,51,134); }

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

border-color css

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

 span { border-color: rgb(69,51,134); }

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