Html Css Color HEX #383390 Dark Slate Blue

📋 copy color: '#383390'

red 56 ◦ green 51 ◦ blue 144

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

Shades of Dark Slate Blue #383390

Tints of Dark Slate Blue #383390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.32%

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

R = 22.31%
G = 20.32%
B = 57.37%

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

#383390 (or 0x383390) is known color: Dark Slate Blue. HEX triplet: 38, 33 and 90. RGB value is (56,51,144). Sum of RGB (Red+Green+Blue) = 56+51+144=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #383390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383390 is #C7CC6F. Grayscale: #3E3E3E. Windows color (decimal): -13094000 or 9450296. OLE color: 9450296.

HSL color Cylindrical-coordinate representation of color #383390: hue angle of 243.23º 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 #383390 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 51 144 -
CMYK 0.61 0.65 0 0.44
HSL 243.23º 0.48% 0.38% -
HSV(B) 243.23º 0.65% 0.56% -
XYZ 7.85 5.22 26.98 -
YUV 63.1 173.66 122.94 -
System Red Green Blue C M Y K H S L
Decimal 56 51 144 0.61 0.65 0 0.44 243.23 0.48 0.38
Hex 38 33 90 3D 41 0 2C F3 30 26
Octal 70 63 220 75 101 0 54 363 60 46
Binary 111000 110011 10010000 111101 1000001 0 101100 11110011 110000 100110

Color Harmonies of #383390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383390

Black with #383390

Text Example


Text Example

White with #383390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383390; }

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

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

background-color css

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

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

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

border-color css

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

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

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