Html Css Color HEX #453285 Dark Slate Blue

📋 copy color: '#453285'

red 69 ◦ green 50 ◦ blue 133

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

Shades of Dark Slate Blue #453285

Tints of Dark Slate Blue #453285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

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

R = 27.38%
G = 19.84%
B = 52.78%

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

#453285 (or 0x453285) is known color: Dark Slate Blue. HEX triplet: 45, 32 and 85. RGB value is (69,50,133). Sum of RGB (Red+Green+Blue) = 69+50+133=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #453285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453285 is #BACD7A. Grayscale: #404040. Windows color (decimal): -12242299 or 8729157. OLE color: 8729157.

HSL color Cylindrical-coordinate representation of color #453285: hue angle of 253.73º 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 #453285 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 50 133 -
CMYK 0.48 0.62 0 0.48
HSL 253.73º 0.45% 0.36% -
HSV(B) 253.73º 0.62% 0.52% -
XYZ 7.83 5.24 22.79 -
YUV 65.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 69 50 133 0.48 0.62 0 0.48 253.73 0.45 0.36
Hex 45 32 85 30 3E 0 30 FE 2D 24
Octal 105 62 205 60 76 0 60 376 55 44
Binary 1000101 110010 10000101 110000 111110 0 110000 11111110 101101 100100

Color Harmonies of #453285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453285

Black with #453285

Text Example


Text Example

White with #453285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453285; }

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

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

background-color css

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

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

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

border-color css

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

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

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