#3D368E

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

Shades of Dark Slate Blue #3D368E

Tints of Dark Slate Blue #3D368E

Color information

#3D368E (or 0x3D368E) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 36 and 8E. RGB value is (61,54,142). Sum of RGB (Red+Green+Blue) = 61+54+142=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D368E is #C2C971. Grayscale: #414141. Windows color (decimal): -12765554 or 9319997. OLE color: 9319997.

HSL color Cylindrical-coordinate representation of color #3D368E: hue angle of 244.77º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D368E is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6154142-
CMYK0.570.6200.44
HSL244.77º44.9%38.43%-
HSV(B)244.77º61.97%55.69%-
XYZ8.135.5826.24-
YUV66.12170.82124.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.74%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 142 (55.86% from 255) = 55.25%
R=23.74%
G=21.01%
B=55.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61541420.570.6200.44244.7744.938.43
Hex3D368E393E02Cf52d26
Octal756621671760543655546
Binary11110111011010001110111001111110010110011110101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,54,142); }

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

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

 a { background-color: rgb(61,54,142); }

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

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

 span { border-color: rgb(61,54,142); }

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