Html Css Color HEX #3D3085 Dark Slate Blue

📋 copy color: '#3D3085'

red 61 ◦ green 48 ◦ blue 133

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

Shades of Dark Slate Blue #3D3085

Tints of Dark Slate Blue #3D3085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.96%

R = 25.21%
G = 19.83%
B = 54.96%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3D3085 (or 0x3D3085) is known color: Dark Slate Blue. HEX triplet: 3D, 30 and 85. RGB value is (61,48,133). Sum of RGB (Red+Green+Blue) = 61+48+133=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D3085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3085 is #C2CF7A. Grayscale: #3D3D3D. Windows color (decimal): -12767099 or 8728637. OLE color: 8728637.

HSL color Cylindrical-coordinate representation of color #3D3085: hue angle of 249.18º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D3085 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 61 48 133 -
CMYK 0.54 0.64 0 0.48
HSL 249.18º 0.47% 0.35% -
HSV(B) 249.18º 0.64% 0.52% -
XYZ 7.22 4.8 22.74 -
YUV 61.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 61 48 133 0.54 0.64 0 0.48 249.18 0.47 0.35
Hex 3D 30 85 36 40 0 30 F9 2F 23
Octal 75 60 205 66 100 0 60 371 57 43
Binary 111101 110000 10000101 110110 1000000 0 110000 11111001 101111 100011

Color Harmonies of #3D3085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3085

Black with #3D3085

Text Example


Text Example

White with #3D3085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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