#383B99

Color #383B99 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #383B99

Tints of Dark Slate Blue #383B99

Color information

#383B99 (or 0x383B99) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 3B and 99. RGB value is (56,59,153). Sum of RGB (Red+Green+Blue) = 56+59+153=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #383B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383B99 is #C7C466. Grayscale: #444444. Windows color (decimal): -13091943 or 10042168. OLE color: 10042168.

HSL color Cylindrical-coordinate representation of color #383B99: hue angle of 238.14º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #383B99 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5659153-
CMYK0.630.6100.4
HSL238.14º46.41%40.98%-
HSV(B)238.14º63.4%60%-
XYZ8.946.2730.88-
YUV68.82175.51118.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 59 (23.44% from 255) = 22.01%
BLUE value IS 153 (60.16% from 255) = 57.09%
R=20.90%
G=22.01%
B=57.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56591530.630.6100.4238.1446.4140.98
Hex383B993F3D028ee2e29
Octal707323177750503565651
Binary11100011101110011001111111111101010100011101110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,59,153); }

 H1.HeaderClassName
 {
   color: #383B99;
 }
 .AnyTagClassName
 {
   color: #383B99;
 }
</style>
background-color css

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

 a { background-color: rgb(56,59,153); }

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

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

 span { border-color: rgb(56,59,153); }

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