#38308F

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

Shades of Dark Slate Blue #38308F

Tints of Dark Slate Blue #38308F

Color information

#38308F (or 0x38308F) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 30 and 8F. RGB value is (56,48,143). Sum of RGB (Red+Green+Blue) = 56+48+143=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #38308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38308F is #C7CF70. Grayscale: #3C3C3C. Windows color (decimal): -13094769 or 9383992. OLE color: 9383992.

HSL color Cylindrical-coordinate representation of color #38308F: hue angle of 245.05º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38308F is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5648143-
CMYK0.610.6600.44
HSL245.05º49.74%37.45%-
HSV(B)245.05º66.43%56.08%-
XYZ7.654.9426.54-
YUV61.22174.15124.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 143 (56.25% from 255) = 57.89%
R=22.67%
G=19.43%
B=57.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56481430.610.6600.44245.0549.7437.45
Hex38308F3D4202Cf53225
Octal7060217751020543656245
Binary111000110000100011111111011000010010110011110101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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