Html Css Color HEX #45368C Dark Slate Blue

📋 copy color: '#45368C'

red 69 ◦ green 54 ◦ blue 140

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

Shades of Dark Slate Blue #45368C

Tints of Dark Slate Blue #45368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.53%

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

R = 26.24%
G = 20.53%
B = 53.23%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45368C (or 0x45368C) is known color: Dark Slate Blue. HEX triplet: 45, 36 and 8C. RGB value is (69,54,140). Sum of RGB (Red+Green+Blue) = 69+54+140=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #45368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45368C is #BAC973. Grayscale: #434343. Windows color (decimal): -12241268 or 9188933. OLE color: 9188933.

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

Color convert

RGB 69 54 140 -
CMYK 0.51 0.61 0 0.45
HSL 250.47º 0.44% 0.38% -
HSV(B) 250.47º 0.61% 0.55% -
XYZ 8.51 5.8 25.48 -
YUV 68.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 69 54 140 0.51 0.61 0 0.45 250.47 0.44 0.38
Hex 45 36 8C 33 3D 0 2D FA 2C 26
Octal 105 66 214 63 75 0 55 372 54 46
Binary 1000101 110110 10001100 110011 111101 0 101101 11111010 101100 100110

Color Harmonies of #45368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45368C

Black with #45368C

Text Example


Text Example

White with #45368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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