#38288E

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

Shades of Dark Slate Blue #38288E

Tints of Dark Slate Blue #38288E

Color information

#38288E (or 0x38288E) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 28 and 8E. RGB value is (56,40,142). Sum of RGB (Red+Green+Blue) = 56+40+142=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #38288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38288E is #C7D771. Grayscale: #383838. Windows color (decimal): -13096818 or 9316408. OLE color: 9316408.

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

Color convert

RGB5640142-
CMYK0.610.7200.44
HSL249.41º56.04%35.69%-
HSV(B)249.41º71.83%55.69%-
XYZ7.274.3126.04-
YUV56.41176.3127.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 142 (55.86% from 255) = 59.66%
R=23.53%
G=16.81%
B=59.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56401420.610.7200.44249.4156.0435.69
Hex38288E3D4802Cf93824
Octal7050216751100543717044
Binary111000101000100011101111011001000010110011111001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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