#3D3399

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

Shades of Dark Slate Blue #3D3399

Tints of Dark Slate Blue #3D3399

Color information

#3D3399 (or 0x3D3399) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 33 and 99. RGB value is (61,51,153). Sum of RGB (Red+Green+Blue) = 61+51+153=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D3399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3399 is #C2CC66. Grayscale: #414141. Windows color (decimal): -12766311 or 10040125. OLE color: 10040125.

HSL color Cylindrical-coordinate representation of color #3D3399: hue angle of 245.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D3399 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6151153-
CMYK0.600.6700.4
HSL245.88º50%40%-
HSV(B)245.88º66.67%60%-
XYZ8.865.6630.76-
YUV65.62177.31124.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.02%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 153 (60.16% from 255) = 57.74%
R=23.02%
G=19.25%
B=57.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61511530.600.6700.4245.885040
Hex3D33993C43028f63228
Octal7563231741030503666250
Binary111101110011100110011111001000011010100011110110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,51,153); }

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

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

 a { background-color: rgb(61,51,153); }

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

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

 span { border-color: rgb(61,51,153); }

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