#38329E

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

Shades of Dark Slate Blue #38329E

Tints of Dark Slate Blue #38329E

Color information

#38329E (or 0x38329E) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 32 and 9E. RGB value is (56,50,158). Sum of RGB (Red+Green+Blue) = 56+50+158=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #38329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38329E is #C7CD61. Grayscale: #3F3F3F. Windows color (decimal): -13094242 or 10367544. OLE color: 10367544.

HSL color Cylindrical-coordinate representation of color #38329E: hue angle of 243.33º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38329E is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5650158-
CMYK0.650.6800.38
HSL243.33º51.92%40.78%-
HSV(B)243.33º68.35%61.96%-
XYZ8.945.5932.96-
YUV64.11180.99122.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 50 (19.92% from 255) = 18.94%
BLUE value IS 158 (62.11% from 255) = 59.85%
R=21.21%
G=18.94%
B=59.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56501580.650.6800.38243.3351.9240.78
Hex38329E4144026f33429
Octal70622361011040463636451
Binary1110001100101001111010000011000100010011011110011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,50,158); }

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

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

 a { background-color: rgb(56,50,158); }

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

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

 span { border-color: rgb(56,50,158); }

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