Html Css Color HEX #383395 Dark Slate Blue

📋 copy color: '#383395'

red 56 ◦ green 51 ◦ blue 149

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

Shades of Dark Slate Blue #383395

Tints of Dark Slate Blue #383395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 21.88%
G = 19.92%
B = 58.2%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#383395 (or 0x383395) is known color: Dark Slate Blue. HEX triplet: 38, 33 and 95. RGB value is (56,51,149). Sum of RGB (Red+Green+Blue) = 56+51+149=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #383395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383395 is #C7CC6A. Grayscale: #3F3F3F. Windows color (decimal): -13093995 or 9777976. OLE color: 9777976.

HSL color Cylindrical-coordinate representation of color #383395: hue angle of 243.06º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383395 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 51 149 -
CMYK 0.62 0.66 0 0.42
HSL 243.06º 0.49% 0.39% -
HSV(B) 243.06º 0.66% 0.58% -
XYZ 8.24 5.38 29.04 -
YUV 63.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 56 51 149 0.62 0.66 0 0.42 243.06 0.49 0.39
Hex 38 33 95 3E 42 0 2A F3 31 27
Octal 70 63 225 76 102 0 52 363 61 47
Binary 111000 110011 10010101 111110 1000010 0 101010 11110011 110001 100111

Color Harmonies of #383395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383395

Black with #383395

Text Example


Text Example

White with #383395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383395; }

 p { color: rgb(56,51,149); }

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

background-color css

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

 a { background-color: rgb(56,51,149); }

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

border-color css

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

 span { border-color: rgb(56,51,149); }

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