Html Css Color HEX #383790 Dark Slate Blue

📋 copy color: '#383790'

red 56 ◦ green 55 ◦ blue 144

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

Shades of Dark Slate Blue #383790

Tints of Dark Slate Blue #383790

RGB

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

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

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

R = 21.96%
G = 21.57%
B = 56.47%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#383790 (or 0x383790) is known color: Dark Slate Blue. HEX triplet: 38, 37 and 90. RGB value is (56,55,144). Sum of RGB (Red+Green+Blue) = 56+55+144=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #383790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383790 is #C7C86F. Grayscale: #414141. Windows color (decimal): -13092976 or 9451320. OLE color: 9451320.

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

Color convert

RGB 56 55 144 -
CMYK 0.61 0.62 0 0.44
HSL 240.67º 0.45% 0.39% -
HSV(B) 240.67º 0.62% 0.56% -
XYZ 8.03 5.59 27.04 -
YUV 65.45 172.33 121.26 -
System Red Green Blue C M Y K H S L
Decimal 56 55 144 0.61 0.62 0 0.44 240.67 0.45 0.39
Hex 38 37 90 3D 3E 0 2C F1 2D 27
Octal 70 67 220 75 76 0 54 361 55 47
Binary 111000 110111 10010000 111101 111110 0 101100 11110001 101101 100111

Color Harmonies of #383790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383790

Black with #383790

Text Example


Text Example

White with #383790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383790; }

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

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

background-color css

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

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

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

border-color css

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

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

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