#3A268E

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

Shades of Dark Slate Blue #3A268E

Tints of Dark Slate Blue #3A268E

Color information

#3A268E (or 0x3A268E) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 26 and 8E. RGB value is (58,38,142). Sum of RGB (Red+Green+Blue) = 58+38+142=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 38 (15.23% from 255 or 15.97% 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 #3A268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A268E is #C5D971. Grayscale: #373737. Windows color (decimal): -12966258 or 9315898. OLE color: 9315898.

HSL color Cylindrical-coordinate representation of color #3A268E: hue angle of 251.54º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A268E is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5838142-
CMYK0.590.7300.44
HSL251.54º57.78%35.29%-
HSV(B)251.54º73.24%55.69%-
XYZ7.324.2426.02-
YUV55.84176.63129.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.37%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 142 (55.86% from 255) = 59.66%
R=24.37%
G=15.97%
B=59.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58381420.590.7300.44251.5457.7835.29
Hex3A268E3B4902Cfc3a23
Octal7246216731110543747243
Binary111010100110100011101110111001001010110011111100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A268E; }

 p { color: rgb(58,38,142); }

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

<style>
 a { background-color: #3A268E; }

 a { background-color: rgb(58,38,142); }

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

<style>
 span { border-color: #3A268E; }

 span { border-color: rgb(58,38,142); }

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