#38308D

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

Shades of Dark Slate Blue #38308D

Tints of Dark Slate Blue #38308D

Color information

#38308D (or 0x38308D) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 30 and 8D. RGB value is (56,48,141). Sum of RGB (Red+Green+Blue) = 56+48+141=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #38308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38308D is #C7CF72. Grayscale: #3C3C3C. Windows color (decimal): -13094771 or 9252920. OLE color: 9252920.

HSL color Cylindrical-coordinate representation of color #38308D: hue angle of 245.16º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38308D is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5648141-
CMYK0.600.6600.45
HSL245.16º49.21%37.06%-
HSV(B)245.16º65.96%55.29%-
XYZ7.54.8825.75-
YUV60.99173.15124.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 141 (55.47% from 255) = 57.55%
R=22.86%
G=19.59%
B=57.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56481410.600.6600.45245.1649.2137.06
Hex38308D3C4202Df53125
Octal7060215741020553656145
Binary111000110000100011011111001000010010110111110101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38308D; }

 p { color: rgb(56,48,141); }

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

<style>
 a { background-color: #38308D; }

 a { background-color: rgb(56,48,141); }

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

<style>
 span { border-color: #38308D; }

 span { border-color: rgb(56,48,141); }

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