Html Css Color HEX #44438C Dark Slate Blue

📋 copy color: '#44438C'

red 68 ◦ green 67 ◦ blue 140

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

Shades of Dark Slate Blue #44438C

Tints of Dark Slate Blue #44438C

RGB

 RED value IS 68 (26.95% from 255) = 24.73%

 GREEN value IS 67 (26.56% from 255) = 24.36%

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

R = 24.73%
G = 24.36%
B = 50.91%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44438C (or 0x44438C) is known color: Dark Slate Blue. HEX triplet: 44, 43 and 8C. RGB value is (68,67,140). Sum of RGB (Red+Green+Blue) = 68+67+140=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #44438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44438C is #BBBC73. Grayscale: #4B4B4B. Windows color (decimal): -12303476 or 9192260. OLE color: 9192260.

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

Color convert

RGB 68 67 140 -
CMYK 0.51 0.52 0 0.45
HSL 240.82º 0.35% 0.41% -
HSV(B) 240.82º 0.52% 0.55% -
XYZ 9.12 7.14 25.71 -
YUV 75.62 164.33 122.56 -
System Red Green Blue C M Y K H S L
Decimal 68 67 140 0.51 0.52 0 0.45 240.82 0.35 0.41
Hex 44 43 8C 33 34 0 2D F1 23 29
Octal 104 103 214 63 64 0 55 361 43 51
Binary 1000100 1000011 10001100 110011 110100 0 101101 11110001 100011 101001

Color Harmonies of #44438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44438C

Black with #44438C

Text Example


Text Example

White with #44438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,67,140); }

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

background-color css

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

 a { background-color: rgb(68,67,140); }

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

border-color css

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

 span { border-color: rgb(68,67,140); }

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