Html Css Color HEX #3D3689 Dark Slate Blue

📋 copy color: '#3D3689'

red 61 ◦ green 54 ◦ blue 137

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

Shades of Dark Slate Blue #3D3689

Tints of Dark Slate Blue #3D3689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 54.37%

R = 24.21%
G = 21.43%
B = 54.37%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3D3689 (or 0x3D3689) is known color: Dark Slate Blue. HEX triplet: 3D, 36 and 89. RGB value is (61,54,137). Sum of RGB (Red+Green+Blue) = 61+54+137=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D3689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3689 is #C2C976. Grayscale: #414141. Windows color (decimal): -12765559 or 8992317. OLE color: 8992317.

HSL color Cylindrical-coordinate representation of color #3D3689: hue angle of 245.06º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D3689 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 61 54 137 -
CMYK 0.55 0.61 0 0.46
HSL 245.06º 0.43% 0.37% -
HSV(B) 245.06º 0.61% 0.54% -
XYZ 7.76 5.44 24.31 -
YUV 65.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 61 54 137 0.55 0.61 0 0.46 245.06 0.43 0.37
Hex 3D 36 89 37 3D 0 2E F5 2B 25
Octal 75 66 211 67 75 0 56 365 53 45
Binary 111101 110110 10001001 110111 111101 0 101110 11110101 101011 100101

Color Harmonies of #3D3689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3689

Black with #3D3689

Text Example


Text Example

White with #3D3689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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