Html Css Color HEX #383DA6 Dark Slate Blue

📋 copy color: '#383DA6'

red 56 ◦ green 61 ◦ blue 166

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

Shades of Dark Slate Blue #383DA6

Tints of Dark Slate Blue #383DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 58.66%

R = 19.79%
G = 21.55%
B = 58.66%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#383DA6 (or 0x383DA6) is known color: Dark Slate Blue. HEX triplet: 38, 3D and A6. RGB value is (56,61,166). Sum of RGB (Red+Green+Blue) = 56+61+166=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 166 (65.23% from 255 or 58.66% from 283); Max value from RGB is 166 - color contains mainly: blue. Hex color #383DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383DA6 is #C7C259. Grayscale: #474747. Windows color (decimal): -13091418 or 10894648. OLE color: 10894648.

HSL color Cylindrical-coordinate representation of color #383DA6: hue angle of 237.27º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383DA6 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 61 166 -
CMYK 0.66 0.63 0 0.35
HSL 237.27º 0.5% 0.44% -
HSV(B) 237.27º 0.66% 0.65% -
XYZ 10.18 6.93 36.88 -
YUV 71.48 181.34 116.96 -
System Red Green Blue C M Y K H S L
Decimal 56 61 166 0.66 0.63 0 0.35 237.27 0.5 0.44
Hex 38 3D A6 42 3F 0 23 ED 32 2C
Octal 70 75 246 102 77 0 43 355 62 54
Binary 111000 111101 10100110 1000010 111111 0 100011 11101101 110010 101100

Color Harmonies of #383DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383DA6

Black with #383DA6

Text Example


Text Example

White with #383DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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