Html Css Color HEX #383792 Dark Slate Blue

📋 copy color: '#383792'

red 56 ◦ green 55 ◦ blue 146

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

Shades of Dark Slate Blue #383792

Tints of Dark Slate Blue #383792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.4%

 BLUE value IS 146 (57.42% from 255) = 56.81%

R = 21.79%
G = 21.4%
B = 56.81%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#383792 (or 0x383792) is known color: Dark Slate Blue. HEX triplet: 38, 37 and 92. RGB value is (56,55,146). Sum of RGB (Red+Green+Blue) = 56+55+146=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #383792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383792 is #C7C86D. Grayscale: #414141. Windows color (decimal): -13092974 or 9582392. OLE color: 9582392.

HSL color Cylindrical-coordinate representation of color #383792: hue angle of 240.66º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383792 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 55 146 -
CMYK 0.62 0.62 0 0.43
HSL 240.66º 0.45% 0.39% -
HSV(B) 240.66º 0.62% 0.57% -
XYZ 8.19 5.65 27.85 -
YUV 65.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 56 55 146 0.62 0.62 0 0.43 240.66 0.45 0.39
Hex 38 37 92 3E 3E 0 2B F1 2D 27
Octal 70 67 222 76 76 0 53 361 55 47
Binary 111000 110111 10010010 111110 111110 0 101011 11110001 101101 100111

Color Harmonies of #383792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383792

Black with #383792

Text Example


Text Example

White with #383792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383792; }

 p { color: rgb(56,55,146); }

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

background-color css

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

 a { background-color: rgb(56,55,146); }

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

border-color css

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

 span { border-color: rgb(56,55,146); }

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