Html Css Color HEX #44338B Dark Slate Blue

📋 copy color: '#44338B'

red 68 ◦ green 51 ◦ blue 139

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

Shades of Dark Slate Blue #44338B

Tints of Dark Slate Blue #44338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

 BLUE value IS 139 (54.69% from 255) = 53.88%

R = 26.36%
G = 19.77%
B = 53.88%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44338B (or 0x44338B) is known color: Dark Slate Blue. HEX triplet: 44, 33 and 8B. RGB value is (68,51,139). Sum of RGB (Red+Green+Blue) = 68+51+139=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #44338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44338B is #BBCC74. Grayscale: #414141. Windows color (decimal): -12307573 or 9122628. OLE color: 9122628.

HSL color Cylindrical-coordinate representation of color #44338B: hue angle of 251.59º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44338B is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 51 139 -
CMYK 0.51 0.63 0 0.45
HSL 251.59º 0.46% 0.37% -
HSV(B) 251.59º 0.63% 0.55% -
XYZ 8.23 5.46 25.05 -
YUV 66.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 68 51 139 0.51 0.63 0 0.45 251.59 0.46 0.37
Hex 44 33 8B 33 3F 0 2D FC 2E 25
Octal 104 63 213 63 77 0 55 374 56 45
Binary 1000100 110011 10001011 110011 111111 0 101101 11111100 101110 100101

Color Harmonies of #44338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44338B

Black with #44338B

Text Example


Text Example

White with #44338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44338B; }

 p { color: rgb(68,51,139); }

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

background-color css

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

 a { background-color: rgb(68,51,139); }

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

border-color css

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

 span { border-color: rgb(68,51,139); }

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