Html Css Color HEX #3D3DA3 Dark Slate Blue

📋 copy color: '#3D3DA3'

red 61 ◦ green 61 ◦ blue 163

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

Shades of Dark Slate Blue #3D3DA3

Tints of Dark Slate Blue #3D3DA3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.4%

 BLUE value IS 163 (64.06% from 255) = 57.19%

R = 21.4%
G = 21.4%
B = 57.19%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3D3DA3 (or 0x3D3DA3) is known color: Dark Slate Blue. HEX triplet: 3D, 3D and A3. RGB value is (61,61,163). Sum of RGB (Red+Green+Blue) = 61+61+163=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 163 (64.06% from 255 or 57.19% from 285); Max value from RGB is 163 - color contains mainly: blue. Hex color #3D3DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3DA3 is #C2C25C. Grayscale: #484848. Windows color (decimal): -12763741 or 10698045. OLE color: 10698045.

HSL color Cylindrical-coordinate representation of color #3D3DA3: hue angle of 240º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D3DA3 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 61 61 163 -
CMYK 0.63 0.63 0 0.36
HSL 240º 0.46% 0.44% -
HSV(B) 240º 0.63% 0.64% -
XYZ 10.2 6.97 35.46 -
YUV 72.63 179 119.71 -
System Red Green Blue C M Y K H S L
Decimal 61 61 163 0.63 0.63 0 0.36 240 0.46 0.44
Hex 3D 3D A3 3F 3F 0 24 F0 2E 2C
Octal 75 75 243 77 77 0 44 360 56 54
Binary 111101 111101 10100011 111111 111111 0 100100 11110000 101110 101100

Color Harmonies of #3D3DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3DA3

Black with #3D3DA3

Text Example


Text Example

White with #3D3DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,61,163); }

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

background-color css

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

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

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

border-color css

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

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

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