Html Css Color HEX #453F85 Dark Slate Blue

📋 copy color: '#453F85'

red 69 ◦ green 63 ◦ blue 133

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

Shades of Dark Slate Blue #453F85

Tints of Dark Slate Blue #453F85

RGB

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

 GREEN value IS 63 (25% from 255) = 23.77%

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

R = 26.04%
G = 23.77%
B = 50.19%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#453F85 (or 0x453F85) is known color: Dark Slate Blue. HEX triplet: 45, 3F and 85. RGB value is (69,63,133). Sum of RGB (Red+Green+Blue) = 69+63+133=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #453F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453F85 is #BAC07A. Grayscale: #484848. Windows color (decimal): -12238971 or 8732485. OLE color: 8732485.

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

Color convert

RGB 69 63 133 -
CMYK 0.48 0.53 0 0.48
HSL 245.14º 0.36% 0.38% -
HSV(B) 245.14º 0.53% 0.52% -
XYZ 8.47 6.51 23 -
YUV 72.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 69 63 133 0.48 0.53 0 0.48 245.14 0.36 0.38
Hex 45 3F 85 30 35 0 30 F5 24 26
Octal 105 77 205 60 65 0 60 365 44 46
Binary 1000101 111111 10000101 110000 110101 0 110000 11110101 100100 100110

Color Harmonies of #453F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453F85

Black with #453F85

Text Example


Text Example

White with #453F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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