Html Css Color HEX #453788 Dark Slate Blue

📋 copy color: '#453788'

red 69 ◦ green 55 ◦ blue 136

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

Shades of Dark Slate Blue #453788

Tints of Dark Slate Blue #453788

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

 BLUE value IS 136 (53.52% from 255) = 52.31%

R = 26.54%
G = 21.15%
B = 52.31%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#453788 (or 0x453788) is known color: Dark Slate Blue. HEX triplet: 45, 37 and 88. RGB value is (69,55,136). Sum of RGB (Red+Green+Blue) = 69+55+136=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #453788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453788 is #BAC877. Grayscale: #444444. Windows color (decimal): -12241016 or 8927045. OLE color: 8927045.

HSL color Cylindrical-coordinate representation of color #453788: hue angle of 250.37º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #453788 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 55 136 -
CMYK 0.49 0.60 0 0.47
HSL 250.37º 0.42% 0.37% -
HSV(B) 250.37º 0.6% 0.53% -
XYZ 8.26 5.78 23.97 -
YUV 68.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 69 55 136 0.49 0.60 0 0.47 250.37 0.42 0.37
Hex 45 37 88 31 3C 0 2F FA 2A 25
Octal 105 67 210 61 74 0 57 372 52 45
Binary 1000101 110111 10001000 110001 111100 0 101111 11111010 101010 100101

Color Harmonies of #453788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453788

Black with #453788

Text Example


Text Example

White with #453788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453788; }

 p { color: rgb(69,55,136); }

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

background-color css

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

 a { background-color: rgb(69,55,136); }

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

border-color css

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

 span { border-color: rgb(69,55,136); }

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