Html Css Color HEX #383194 Dark Slate Blue

📋 copy color: '#383194'

red 56 ◦ green 49 ◦ blue 148

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

Shades of Dark Slate Blue #383194

Tints of Dark Slate Blue #383194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.5%

R = 22.13%
G = 19.37%
B = 58.5%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#383194 (or 0x383194) is known color: Dark Slate Blue. HEX triplet: 38, 31 and 94. RGB value is (56,49,148). Sum of RGB (Red+Green+Blue) = 56+49+148=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #383194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383194 is #C7CE6B. Grayscale: #3D3D3D. Windows color (decimal): -13094508 or 9711928. OLE color: 9711928.

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

Color convert

RGB 56 49 148 -
CMYK 0.62 0.67 0 0.42
HSL 244.24º 0.5% 0.39% -
HSV(B) 244.24º 0.67% 0.58% -
XYZ 8.07 5.18 28.59 -
YUV 62.38 176.32 123.45 -
System Red Green Blue C M Y K H S L
Decimal 56 49 148 0.62 0.67 0 0.42 244.24 0.5 0.39
Hex 38 31 94 3E 43 0 2A F4 32 27
Octal 70 61 224 76 103 0 52 364 62 47
Binary 111000 110001 10010100 111110 1000011 0 101010 11110100 110010 100111

Color Harmonies of #383194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383194

Black with #383194

Text Example


Text Example

White with #383194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383194; }

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

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

background-color css

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

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

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

border-color css

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

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

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