Html Css Color HEX #383293 Dark Slate Blue

📋 copy color: '#383293'

red 56 ◦ green 50 ◦ blue 147

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

Shades of Dark Slate Blue #383293

Tints of Dark Slate Blue #383293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.1%

R = 22.13%
G = 19.76%
B = 58.1%

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

#383293 (or 0x383293) is known color: Dark Slate Blue. HEX triplet: 38, 32 and 93. RGB value is (56,50,147). Sum of RGB (Red+Green+Blue) = 56+50+147=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #383293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383293 is #C7CD6C. Grayscale: #3E3E3E. Windows color (decimal): -13094253 or 9646648. OLE color: 9646648.

HSL color Cylindrical-coordinate representation of color #383293: hue angle of 243.71º 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 #383293 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 50 147 -
CMYK 0.62 0.66 0 0.42
HSL 243.71º 0.49% 0.39% -
HSV(B) 243.71º 0.66% 0.58% -
XYZ 8.04 5.23 28.19 -
YUV 62.85 175.49 123.11 -
System Red Green Blue C M Y K H S L
Decimal 56 50 147 0.62 0.66 0 0.42 243.71 0.49 0.39
Hex 38 32 93 3E 42 0 2A F4 31 27
Octal 70 62 223 76 102 0 52 364 61 47
Binary 111000 110010 10010011 111110 1000010 0 101010 11110100 110001 100111

Color Harmonies of #383293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383293

Black with #383293

Text Example


Text Example

White with #383293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383293; }

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

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

background-color css

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

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

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

border-color css

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

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

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