#38358E

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

Shades of Dark Slate Blue #38358E

Tints of Dark Slate Blue #38358E

Color information

#38358E (or 0x38358E) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 35 and 8E. RGB value is (56,53,142). Sum of RGB (Red+Green+Blue) = 56+53+142=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #38358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38358E is #C7CA71. Grayscale: #3F3F3F. Windows color (decimal): -13093490 or 9319736. OLE color: 9319736.

HSL color Cylindrical-coordinate representation of color #38358E: hue angle of 242.02º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38358E is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5653142-
CMYK0.610.6300.44
HSL242.02º45.64%38.24%-
HSV(B)242.02º62.68%55.69%-
XYZ7.795.3426.21-
YUV64.04171.99122.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 53 (21.09% from 255) = 21.12%
BLUE value IS 142 (55.86% from 255) = 56.57%
R=22.31%
G=21.12%
B=56.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56531420.610.6300.44242.0245.6438.24
Hex38358E3D3F02Cf22e26
Octal706521675770543625646
Binary11100011010110001110111101111111010110011110010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38358E; }

 p { color: rgb(56,53,142); }

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

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

 a { background-color: rgb(56,53,142); }

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

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

 span { border-color: rgb(56,53,142); }

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