Html Css Color HEX #3D3399 Dark Slate Blue

📋 copy color: '#3D3399'

red 61 ◦ green 51 ◦ blue 153

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

Shades of Dark Slate Blue #3D3399

Tints of Dark Slate Blue #3D3399

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 value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3D3399 (or 0x3D3399) is known color: 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

RGB 61 51 153 -
CMYK 0.60 0.67 0 0.4
HSL 245.88º 0.5% 0.4% -
HSV(B) 245.88º 0.67% 0.6% -
XYZ 8.86 5.66 30.76 -
YUV 65.62 177.31 124.71 -
System Red Green Blue C M Y K H S L
Decimal 61 51 153 0.60 0.67 0 0.4 245.88 0.5 0.4
Hex 3D 33 99 3C 43 0 28 F6 32 28
Octal 75 63 231 74 103 0 50 366 62 50
Binary 111101 110011 10011001 111100 1000011 0 101000 11110110 110010 101000

Color Harmonies of #3D3399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3399

Black with #3D3399

Text Example


Text Example

White with #3D3399

Text Example


Text Example

HTML Codes & Css Web 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>