Html Css Color HEX #383196 Dark Slate Blue

📋 copy color: '#383196'

red 56 ◦ green 49 ◦ blue 150

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

Shades of Dark Slate Blue #383196

Tints of Dark Slate Blue #383196

RGB

 RED value IS 56 (22.27% from 255) = 21.96%

 GREEN value IS 49 (19.53% from 255) = 19.22%

 BLUE value IS 150 (58.98% from 255) = 58.82%

R = 21.96%
G = 19.22%
B = 58.82%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#383196 (or 0x383196) is known color: Dark Slate Blue. HEX triplet: 38, 31 and 96. RGB value is (56,49,150). Sum of RGB (Red+Green+Blue) = 56+49+150=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #383196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383196 is #C7CE69. Grayscale: #3E3E3E. Windows color (decimal): -13094506 or 9843000. OLE color: 9843000.

HSL color Cylindrical-coordinate representation of color #383196: hue angle of 244.16º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383196 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 49 150 -
CMYK 0.63 0.67 0 0.41
HSL 244.16º 0.51% 0.39% -
HSV(B) 244.16º 0.67% 0.59% -
XYZ 8.23 5.24 29.43 -
YUV 62.61 177.32 123.29 -
System Red Green Blue C M Y K H S L
Decimal 56 49 150 0.63 0.67 0 0.41 244.16 0.51 0.39
Hex 38 31 96 3F 43 0 29 F4 33 27
Octal 70 61 226 77 103 0 51 364 63 47
Binary 111000 110001 10010110 111111 1000011 0 101001 11110100 110011 100111

Color Harmonies of #383196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383196

Black with #383196

Text Example


Text Example

White with #383196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383196; }

 p { color: rgb(56,49,150); }

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

background-color css

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

 a { background-color: rgb(56,49,150); }

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

border-color css

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

 span { border-color: rgb(56,49,150); }

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