Html Css Color HEX #453785 Dark Slate Blue

📋 copy color: '#453785'

red 69 ◦ green 55 ◦ blue 133

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

Shades of Dark Slate Blue #453785

Tints of Dark Slate Blue #453785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.4%

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

R = 26.85%
G = 21.4%
B = 51.75%

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

#453785 (or 0x453785) is known color: Dark Slate Blue. HEX triplet: 45, 37 and 85. RGB value is (69,55,133). Sum of RGB (Red+Green+Blue) = 69+55+133=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #453785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453785 is #BAC87A. Grayscale: #434343. Windows color (decimal): -12241019 or 8730437. OLE color: 8730437.

HSL color Cylindrical-coordinate representation of color #453785: hue angle of 250.77º degrees, saturation: 0.41, 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 #453785 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 55 133 -
CMYK 0.48 0.59 0 0.48
HSL 250.77º 0.41% 0.37% -
HSV(B) 250.77º 0.59% 0.52% -
XYZ 8.05 5.69 22.86 -
YUV 68.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 69 55 133 0.48 0.59 0 0.48 250.77 0.41 0.37
Hex 45 37 85 30 3B 0 30 FB 29 25
Octal 105 67 205 60 73 0 60 373 51 45
Binary 1000101 110111 10000101 110000 111011 0 110000 11111011 101001 100101

Color Harmonies of #453785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453785

Black with #453785

Text Example


Text Example

White with #453785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453785; }

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

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

background-color css

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

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

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

border-color css

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

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

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