#38339F

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

Shades of Dark Slate Blue #38339F

Tints of Dark Slate Blue #38339F

Color information

#38339F (or 0x38339F) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 33 and 9F. RGB value is (56,51,159). Sum of RGB (Red+Green+Blue) = 56+51+159=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #38339F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38339F is #C7CC60. Grayscale: #404040. Windows color (decimal): -13093985 or 10433336. OLE color: 10433336.

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

Color convert

RGB5651159-
CMYK0.650.6800.38
HSL242.78º51.43%41.18%-
HSV(B)242.78º67.92%62.35%-
XYZ9.075.7133.43-
YUV64.81181.16121.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 159 (62.5% from 255) = 59.77%
R=21.05%
G=19.17%
B=59.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56511590.650.6800.38242.7851.4341.18
Hex38339F4144026f33329
Octal70632371011040463636351
Binary1110001100111001111110000011000100010011011110011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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