Html Css Color HEX #453685 Dark Slate Blue

📋 copy color: '#453685'

red 69 ◦ green 54 ◦ blue 133

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

Shades of Dark Slate Blue #453685

Tints of Dark Slate Blue #453685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.95%

R = 26.95%
G = 21.09%
B = 51.95%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#453685 (or 0x453685) is known color: Dark Slate Blue. HEX triplet: 45, 36 and 85. RGB value is (69,54,133). Sum of RGB (Red+Green+Blue) = 69+54+133=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #453685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453685 is #BAC97A. Grayscale: #434343. Windows color (decimal): -12241275 or 8730181. OLE color: 8730181.

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

Color convert

RGB 69 54 133 -
CMYK 0.48 0.59 0 0.48
HSL 251.39º 0.42% 0.37% -
HSV(B) 251.39º 0.59% 0.52% -
XYZ 8.01 5.6 22.85 -
YUV 67.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 69 54 133 0.48 0.59 0 0.48 251.39 0.42 0.37
Hex 45 36 85 30 3B 0 30 FB 2A 25
Octal 105 66 205 60 73 0 60 373 52 45
Binary 1000101 110110 10000101 110000 111011 0 110000 11111011 101010 100101

Color Harmonies of #453685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453685

Black with #453685

Text Example


Text Example

White with #453685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453685; }

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

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

background-color css

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

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

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

border-color css

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

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

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