Html Css Color HEX #453485 Dark Slate Blue

📋 copy color: '#453485'

red 69 ◦ green 52 ◦ blue 133

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

Shades of Dark Slate Blue #453485

Tints of Dark Slate Blue #453485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

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

R = 27.17%
G = 20.47%
B = 52.36%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#453485 (or 0x453485) is known color: Dark Slate Blue. HEX triplet: 45, 34 and 85. RGB value is (69,52,133). Sum of RGB (Red+Green+Blue) = 69+52+133=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #453485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453485 is #BACB7A. Grayscale: #424242. Windows color (decimal): -12241787 or 8729669. OLE color: 8729669.

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

Color convert

RGB 69 52 133 -
CMYK 0.48 0.61 0 0.48
HSL 252.59º 0.44% 0.36% -
HSV(B) 252.59º 0.61% 0.52% -
XYZ 7.92 5.41 22.82 -
YUV 66.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 69 52 133 0.48 0.61 0 0.48 252.59 0.44 0.36
Hex 45 34 85 30 3D 0 30 FD 2C 24
Octal 105 64 205 60 75 0 60 375 54 44
Binary 1000101 110100 10000101 110000 111101 0 110000 11111101 101100 100100

Color Harmonies of #453485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453485

Black with #453485

Text Example


Text Example

White with #453485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453485; }

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

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

background-color css

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

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

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

border-color css

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

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

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