Html Css Color HEX #3D3687 Dark Slate Blue

📋 copy color: '#3D3687'

red 61 ◦ green 54 ◦ blue 135

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

Shades of Dark Slate Blue #3D3687

Tints of Dark Slate Blue #3D3687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54%

R = 24.4%
G = 21.6%
B = 54%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3D3687 (or 0x3D3687) is known color: Dark Slate Blue. HEX triplet: 3D, 36 and 87. RGB value is (61,54,135). Sum of RGB (Red+Green+Blue) = 61+54+135=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D3687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3687 is #C2C978. Grayscale: #414141. Windows color (decimal): -12765561 or 8861245. OLE color: 8861245.

HSL color Cylindrical-coordinate representation of color #3D3687: hue angle of 245.19º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D3687 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 61 54 135 -
CMYK 0.55 0.60 0 0.47
HSL 245.19º 0.43% 0.37% -
HSV(B) 245.19º 0.6% 0.53% -
XYZ 7.62 5.38 23.56 -
YUV 65.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 61 54 135 0.55 0.60 0 0.47 245.19 0.43 0.37
Hex 3D 36 87 37 3C 0 2F F5 2B 25
Octal 75 66 207 67 74 0 57 365 53 45
Binary 111101 110110 10000111 110111 111100 0 101111 11110101 101011 100101

Color Harmonies of #3D3687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3687

Black with #3D3687

Text Example


Text Example

White with #3D3687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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