Html Css Color HEX #383494 Dark Slate Blue

📋 copy color: '#383494'

red 56 ◦ green 52 ◦ blue 148

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

Shades of Dark Slate Blue #383494

Tints of Dark Slate Blue #383494

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.31%

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

R = 21.88%
G = 20.31%
B = 57.81%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#383494 (or 0x383494) is known color: Dark Slate Blue. HEX triplet: 38, 34 and 94. RGB value is (56,52,148). Sum of RGB (Red+Green+Blue) = 56+52+148=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #383494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383494 is #C7CB6B. Grayscale: #3F3F3F. Windows color (decimal): -13093740 or 9712696. OLE color: 9712696.

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

Color convert

RGB 56 52 148 -
CMYK 0.62 0.65 0 0.42
HSL 242.5º 0.48% 0.39% -
HSV(B) 242.5º 0.65% 0.58% -
XYZ 8.2 5.43 28.63 -
YUV 64.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 56 52 148 0.62 0.65 0 0.42 242.5 0.48 0.39
Hex 38 34 94 3E 41 0 2A F2 30 27
Octal 70 64 224 76 101 0 52 362 60 47
Binary 111000 110100 10010100 111110 1000001 0 101010 11110010 110000 100111

Color Harmonies of #383494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383494

Black with #383494

Text Example


Text Example

White with #383494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383494; }

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

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

background-color css

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

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

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

border-color css

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

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

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