Html Css Color HEX #3D3696 Dark Slate Blue

📋 copy color: '#3D3696'

red 61 ◦ green 54 ◦ blue 150

#3D3696
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #3D3696

Tints of Dark Slate Blue #3D3696

RGB

 RED value IS 61 (24.22% from 255) = 23.02%

 GREEN value IS 54 (21.48% from 255) = 20.38%

 BLUE value IS 150 (58.98% from 255) = 56.6%

R = 23.02%
G = 20.38%
B = 56.6%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3D3696 (or 0x3D3696) is known color: Dark Slate Blue. HEX triplet: 3D, 36 and 96. RGB value is (61,54,150). Sum of RGB (Red+Green+Blue) = 61+54+150=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #3D3696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3696 is #C2C969. Grayscale: #424242. Windows color (decimal): -12765546 or 9844285. OLE color: 9844285.

HSL color Cylindrical-coordinate representation of color #3D3696: hue angle of 244.37º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D3696 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 61 54 150 -
CMYK 0.59 0.64 0 0.41
HSL 244.38º 0.47% 0.4% -
HSV(B) 244.38º 0.64% 0.59% -
XYZ 8.75 5.83 29.52 -
YUV 67.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 61 54 150 0.59 0.64 0 0.41 244.38 0.47 0.4
Hex 3D 36 96 3B 40 0 29 F4 2F 28
Octal 75 66 226 73 100 0 51 364 57 50
Binary 111101 110110 10010110 111011 1000000 0 101001 11110100 101111 101000

Color Harmonies of #3D3696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3696

Black with #3D3696

Text Example


Text Example

White with #3D3696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D3696;
 }
 .AnyTagClassName
 {
   color: #3D3696;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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