Html Css Color HEX #453C95 Dark Slate Blue

📋 copy color: '#453C95'

red 69 ◦ green 60 ◦ blue 149

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

Shades of Dark Slate Blue #453C95

Tints of Dark Slate Blue #453C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.58%

 BLUE value IS 149 (58.59% from 255) = 53.6%

R = 24.82%
G = 21.58%
B = 53.6%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#453C95 (or 0x453C95) is known color: Dark Slate Blue. HEX triplet: 45, 3C and 95. RGB value is (69,60,149). Sum of RGB (Red+Green+Blue) = 69+60+149=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #453C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453C95 is #BAC36A. Grayscale: #484848. Windows color (decimal): -12239723 or 9780293. OLE color: 9780293.

HSL color Cylindrical-coordinate representation of color #453C95: hue angle of 246.07º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #453C95 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 60 149 -
CMYK 0.54 0.60 0 0.42
HSL 246.07º 0.43% 0.41% -
HSV(B) 246.07º 0.6% 0.58% -
XYZ 9.49 6.67 29.22 -
YUV 72.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 69 60 149 0.54 0.60 0 0.42 246.07 0.43 0.41
Hex 45 3C 95 36 3C 0 2A F6 2B 29
Octal 105 74 225 66 74 0 52 366 53 51
Binary 1000101 111100 10010101 110110 111100 0 101010 11110110 101011 101001

Color Harmonies of #453C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C95

Black with #453C95

Text Example


Text Example

White with #453C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,60,149); }

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

background-color css

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

 a { background-color: rgb(69,60,149); }

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

border-color css

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

 span { border-color: rgb(69,60,149); }

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