#38339D

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

Shades of Dark Slate Blue #38339D

Tints of Dark Slate Blue #38339D

Color information

#38339D (or 0x38339D) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 33 and 9D. RGB value is (56,51,157). Sum of RGB (Red+Green+Blue) = 56+51+157=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #38339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38339D is #C7CC62. Grayscale: #404040. Windows color (decimal): -13093987 or 10302264. OLE color: 10302264.

HSL color Cylindrical-coordinate representation of color #38339D: hue angle of 242.83º degrees, saturation: 0.51, 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 #38339D is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5651157-
CMYK0.640.6800.38
HSL242.83º50.96%40.78%-
HSV(B)242.83º67.52%61.57%-
XYZ8.95.6432.52-
YUV64.58180.16121.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 157 (61.72% from 255) = 59.47%
R=21.21%
G=19.32%
B=59.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56511570.640.6800.38242.8350.9640.78
Hex38339D4044026f33329
Octal70632351001040463636351
Binary1110001100111001110110000001000100010011011110011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,51,157); }

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

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

 a { background-color: rgb(56,51,157); }

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

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

 span { border-color: rgb(56,51,157); }

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