Html Css Color HEX #383290 Dark Slate Blue

📋 copy color: '#383290'

red 56 ◦ green 50 ◦ blue 144

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

Shades of Dark Slate Blue #383290

Tints of Dark Slate Blue #383290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.6%

R = 22.4%
G = 20%
B = 57.6%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#383290 (or 0x383290) is known color: Dark Slate Blue. HEX triplet: 38, 32 and 90. RGB value is (56,50,144). Sum of RGB (Red+Green+Blue) = 56+50+144=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #383290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383290 is #C7CD6F. Grayscale: #3E3E3E. Windows color (decimal): -13094256 or 9450040. OLE color: 9450040.

HSL color Cylindrical-coordinate representation of color #383290: hue angle of 243.83º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #383290 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 50 144 -
CMYK 0.61 0.65 0 0.44
HSL 243.83º 0.48% 0.38% -
HSV(B) 243.83º 0.65% 0.56% -
XYZ 7.81 5.14 26.97 -
YUV 62.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 56 50 144 0.61 0.65 0 0.44 243.83 0.48 0.38
Hex 38 32 90 3D 41 0 2C F4 30 26
Octal 70 62 220 75 101 0 54 364 60 46
Binary 111000 110010 10010000 111101 1000001 0 101100 11110100 110000 100110

Color Harmonies of #383290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383290

Black with #383290

Text Example


Text Example

White with #383290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383290; }

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

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

background-color css

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

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

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

border-color css

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

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

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