#38339B

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

Shades of Dark Slate Blue #38339B

Tints of Dark Slate Blue #38339B

Color information

#38339B (or 0x38339B) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 33 and 9B. RGB value is (56,51,155). Sum of RGB (Red+Green+Blue) = 56+51+155=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #38339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38339B is #C7CC64. Grayscale: #3F3F3F. Windows color (decimal): -13093989 or 10171192. OLE color: 10171192.

HSL color Cylindrical-coordinate representation of color #38339B: hue angle of 242.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38339B is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5651155-
CMYK0.640.6700.39
HSL242.88º50.49%40.39%-
HSV(B)242.88º67.1%60.78%-
XYZ8.735.5731.63-
YUV64.35179.16122.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 155 (60.94% from 255) = 59.16%
R=21.37%
G=19.47%
B=59.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56511550.640.6700.39242.8850.4940.39
Hex38339B4043027f33228
Octal70632331001030473636250
Binary1110001100111001101110000001000011010011111110011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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