Html Css Color HEX #383296 Dark Slate Blue

📋 copy color: '#383296'

red 56 ◦ green 50 ◦ blue 150

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

Shades of Dark Slate Blue #383296

Tints of Dark Slate Blue #383296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

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

R = 21.88%
G = 19.53%
B = 58.59%

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

#383296 (or 0x383296) is known color: Dark Slate Blue. HEX triplet: 38, 32 and 96. RGB value is (56,50,150). Sum of RGB (Red+Green+Blue) = 56+50+150=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #383296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383296 is #C7CD69. Grayscale: #3E3E3E. Windows color (decimal): -13094250 or 9843256. OLE color: 9843256.

HSL color Cylindrical-coordinate representation of color #383296: hue angle of 243.6º degrees, saturation: 0.5, 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 #383296 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 50 150 -
CMYK 0.63 0.67 0 0.41
HSL 243.6º 0.5% 0.39% -
HSV(B) 243.6º 0.67% 0.59% -
XYZ 8.28 5.32 29.45 -
YUV 63.19 176.99 122.87 -
System Red Green Blue C M Y K H S L
Decimal 56 50 150 0.63 0.67 0 0.41 243.6 0.5 0.39
Hex 38 32 96 3F 43 0 29 F4 32 27
Octal 70 62 226 77 103 0 51 364 62 47
Binary 111000 110010 10010110 111111 1000011 0 101001 11110100 110010 100111

Color Harmonies of #383296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383296

Black with #383296

Text Example


Text Example

White with #383296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383296; }

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

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

background-color css

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

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

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

border-color css

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

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

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