Html Css Color HEX #45388C Dark Slate Blue

📋 copy color: '#45388C'

red 69 ◦ green 56 ◦ blue 140

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

Shades of Dark Slate Blue #45388C

Tints of Dark Slate Blue #45388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

 BLUE value IS 140 (55.08% from 255) = 52.83%

R = 26.04%
G = 21.13%
B = 52.83%

CMYK

 C value IS 0.51

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45388C (or 0x45388C) is known color: Dark Slate Blue. HEX triplet: 45, 38 and 8C. RGB value is (69,56,140). Sum of RGB (Red+Green+Blue) = 69+56+140=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #45388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45388C is #BAC773. Grayscale: #454545. Windows color (decimal): -12240756 or 9189445. OLE color: 9189445.

HSL color Cylindrical-coordinate representation of color #45388C: hue angle of 249.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45388C is Cyan = 0.51, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 56 140 -
CMYK 0.51 0.6 0 0.45
HSL 249.29º 0.43% 0.38% -
HSV(B) 249.29º 0.6% 0.55% -
XYZ 8.6 5.99 25.51 -
YUV 69.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 69 56 140 0.51 0.6 0 0.45 249.29 0.43 0.38
Hex 45 38 8C 33 3C 0 2D F9 2B 26
Octal 105 70 214 63 74 0 55 371 53 46
Binary 1000101 111000 10001100 110011 111100 0 101101 11111001 101011 100110

Color Harmonies of #45388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45388C

Black with #45388C

Text Example


Text Example

White with #45388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45388C; }

 p { color: rgb(69,56,140); }

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

background-color css

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

 a { background-color: rgb(69,56,140); }

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

border-color css

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

 span { border-color: rgb(69,56,140); }

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