#38328B

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

Shades of Dark Slate Blue #38328B

Tints of Dark Slate Blue #38328B

Color information

#38328B (or 0x38328B) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 32 and 8B. RGB value is (56,50,139). Sum of RGB (Red+Green+Blue) = 56+50+139=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #38328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38328B is #C7CD74. Grayscale: #3D3D3D. Windows color (decimal): -13094261 or 9122360. OLE color: 9122360.

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

Color convert

RGB5650139-
CMYK0.600.6400.45
HSL244.04º47.09%37.06%-
HSV(B)244.04º64.03%54.51%-
XYZ7.434.9925-
YUV61.94171.49123.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 139 (54.69% from 255) = 56.73%
R=22.86%
G=20.41%
B=56.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56501390.600.6400.45244.0447.0937.06
Hex38328B3C4002Df42f25
Octal7062213741000553645745
Binary111000110010100010111111001000000010110111110100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38328B; }

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

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

<style>
 a { background-color: #38328B; }

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

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

<style>
 span { border-color: #38328B; }

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

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