Html Css Color HEX #453385 Dark Slate Blue

📋 copy color: '#453385'

red 69 ◦ green 51 ◦ blue 133

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

Shades of Dark Slate Blue #453385

Tints of Dark Slate Blue #453385

RGB

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

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

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

R = 27.27%
G = 20.16%
B = 52.57%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#453385 (or 0x453385) is known color: Dark Slate Blue. HEX triplet: 45, 33 and 85. RGB value is (69,51,133). Sum of RGB (Red+Green+Blue) = 69+51+133=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #453385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453385 is #BACC7A. Grayscale: #414141. Windows color (decimal): -12242043 or 8729413. OLE color: 8729413.

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

Color convert

RGB 69 51 133 -
CMYK 0.48 0.62 0 0.48
HSL 253.17º 0.45% 0.36% -
HSV(B) 253.17º 0.62% 0.52% -
XYZ 7.87 5.33 22.8 -
YUV 65.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 69 51 133 0.48 0.62 0 0.48 253.17 0.45 0.36
Hex 45 33 85 30 3E 0 30 FD 2D 24
Octal 105 63 205 60 76 0 60 375 55 44
Binary 1000101 110011 10000101 110000 111110 0 110000 11111101 101101 100100

Color Harmonies of #453385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453385

Black with #453385

Text Example


Text Example

White with #453385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453385; }

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

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

background-color css

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

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

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

border-color css

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

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

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