Html Css Color HEX #45387C Dark Slate Blue

📋 copy color: '#45387C'

red 69 ◦ green 56 ◦ blue 124

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

Shades of Dark Slate Blue #45387C

Tints of Dark Slate Blue #45387C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.8%

R = 27.71%
G = 22.49%
B = 49.8%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45387C (or 0x45387C) is known color: Dark Slate Blue. HEX triplet: 45, 38 and 7C. RGB value is (69,56,124). Sum of RGB (Red+Green+Blue) = 69+56+124=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #45387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45387C is #BAC783. Grayscale: #434343. Windows color (decimal): -12240772 or 8140869. OLE color: 8140869.

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

Color convert

RGB 69 56 124 -
CMYK 0.44 0.55 0 0.51
HSL 251.47º 0.38% 0.35% -
HSV(B) 251.47º 0.55% 0.49% -
XYZ 7.51 5.55 19.74 -
YUV 67.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 69 56 124 0.44 0.55 0 0.51 251.47 0.38 0.35
Hex 45 38 7C 2C 37 0 33 FB 26 23
Octal 105 70 174 54 67 0 63 373 46 43
Binary 1000101 111000 1111100 101100 110111 0 110011 11111011 100110 100011

Color Harmonies of #45387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45387C

Black with #45387C

Text Example


Text Example

White with #45387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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