#39268F

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

Shades of Dark Slate Blue #39268F

Tints of Dark Slate Blue #39268F

Color information

#39268F (or 0x39268F) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 26 and 8F. RGB value is (57,38,143). Sum of RGB (Red+Green+Blue) = 57+38+143=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 143 (56.25% from 255 or 60.08% from 238); Max value from RGB is 143 - color contains mainly: blue. Hex color #39268F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39268F is #C6D970. Grayscale: #373737. Windows color (decimal): -13031793 or 9381433. OLE color: 9381433.

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

Color convert

RGB5738143-
CMYK0.600.7300.44
HSL250.86º58.01%35.49%-
HSV(B)250.86º73.43%56.08%-
XYZ7.344.2426.42-
YUV55.65177.29128.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 143 (56.25% from 255) = 60.08%
R=23.95%
G=15.97%
B=60.08%

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
Decimal57381430.600.7300.44250.8658.0135.49
Hex39268F3C4902Cfb3a23
Octal7146217741110543737243
Binary111001100110100011111111001001001010110011111011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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