#39268E

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

Shades of Dark Slate Blue #39268E

Tints of Dark Slate Blue #39268E

Color information

#39268E (or 0x39268E) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 26 and 8E. RGB value is (57,38,142). Sum of RGB (Red+Green+Blue) = 57+38+142=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #39268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39268E is #C6D971. Grayscale: #373737. Windows color (decimal): -13031794 or 9315897. OLE color: 9315897.

HSL color Cylindrical-coordinate representation of color #39268E: hue angle of 250.96º 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 #39268E is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5738142-
CMYK0.600.7300.44
HSL250.96º57.78%35.29%-
HSV(B)250.96º73.24%55.69%-
XYZ7.264.2126.02-
YUV55.54176.79129.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 142 (55.86% from 255) = 59.92%
R=24.05%
G=16.03%
B=59.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57381420.600.7300.44250.9657.7835.29
Hex39268E3C4902Cfb3a23
Octal7146216741110543737243
Binary111001100110100011101111001001001010110011111011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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