Html Css Color HEX #3D3089 Dark Slate Blue

📋 copy color: '#3D3089'

red 61 ◦ green 48 ◦ blue 137

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

Shades of Dark Slate Blue #3D3089

Tints of Dark Slate Blue #3D3089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

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

R = 24.8%
G = 19.51%
B = 55.69%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3D3089 (or 0x3D3089) is known color: Dark Slate Blue. HEX triplet: 3D, 30 and 89. RGB value is (61,48,137). Sum of RGB (Red+Green+Blue) = 61+48+137=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D3089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3089 is #C2CF76. Grayscale: #3D3D3D. Windows color (decimal): -12767095 or 8990781. OLE color: 8990781.

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

Color convert

RGB 61 48 137 -
CMYK 0.55 0.65 0 0.46
HSL 248.76º 0.48% 0.36% -
HSV(B) 248.76º 0.65% 0.54% -
XYZ 7.5 4.91 24.22 -
YUV 62.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 61 48 137 0.55 0.65 0 0.46 248.76 0.48 0.36
Hex 3D 30 89 37 41 0 2E F9 30 24
Octal 75 60 211 67 101 0 56 371 60 44
Binary 111101 110000 10001001 110111 1000001 0 101110 11111001 110000 100100

Color Harmonies of #3D3089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3089

Black with #3D3089

Text Example


Text Example

White with #3D3089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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