#383E97

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

Shades of Dark Slate Blue #383E97

Tints of Dark Slate Blue #383E97

Color information

#383E97 (or 0x383E97) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 3E and 97. RGB value is (56,62,151). Sum of RGB (Red+Green+Blue) = 56+62+151=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #383E97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383E97 is #C7C168. Grayscale: #454545. Windows color (decimal): -13091177 or 9911864. OLE color: 9911864.

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

Color convert

RGB5662151-
CMYK0.630.5900.41
HSL236.21º45.89%40.59%-
HSV(B)236.21º62.91%59.22%-
XYZ8.946.5230.07-
YUV70.35173.51117.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 151 (59.38% from 255) = 56.13%
R=20.82%
G=23.05%
B=56.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56621510.630.5900.41236.2145.8940.59
Hex383E973F3B029ec2e29
Octal707622777730513545651
Binary11100011111010010111111111111011010100111101100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,62,151); }

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

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

 a { background-color: rgb(56,62,151); }

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

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

 span { border-color: rgb(56,62,151); }

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