Html Css Color HEX #383D9F Dark Slate Blue

📋 copy color: '#383D9F'

red 56 ◦ green 61 ◦ blue 159

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

Shades of Dark Slate Blue #383D9F

Tints of Dark Slate Blue #383D9F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.1%

 BLUE value IS 159 (62.5% from 255) = 57.61%

R = 20.29%
G = 22.1%
B = 57.61%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#383D9F (or 0x383D9F) is known color: Dark Slate Blue. HEX triplet: 38, 3D and 9F. RGB value is (56,61,159). Sum of RGB (Red+Green+Blue) = 56+61+159=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #383D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383D9F is #C7C260. Grayscale: #464646. Windows color (decimal): -13091425 or 10435896. OLE color: 10435896.

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

Color convert

RGB 56 61 159 -
CMYK 0.65 0.62 0 0.38
HSL 237.09º 0.48% 0.42% -
HSV(B) 237.09º 0.65% 0.62% -
XYZ 9.56 6.68 33.59 -
YUV 70.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 56 61 159 0.65 0.62 0 0.38 237.09 0.48 0.42
Hex 38 3D 9F 41 3E 0 26 ED 30 2A
Octal 70 75 237 101 76 0 46 355 60 52
Binary 111000 111101 10011111 1000001 111110 0 100110 11101101 110000 101010

Color Harmonies of #383D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D9F

Black with #383D9F

Text Example


Text Example

White with #383D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383D9F; }

 p { color: rgb(56,61,159); }

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

background-color css

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

 a { background-color: rgb(56,61,159); }

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

border-color css

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

 span { border-color: rgb(56,61,159); }

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