Html Css Color HEX #3D369D Dark Slate Blue

📋 copy color: '#3D369D'

red 61 ◦ green 54 ◦ blue 157

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

Shades of Dark Slate Blue #3D369D

Tints of Dark Slate Blue #3D369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.72%

R = 22.43%
G = 19.85%
B = 57.72%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D369D (or 0x3D369D) is known color: Dark Slate Blue. HEX triplet: 3D, 36 and 9D. RGB value is (61,54,157). Sum of RGB (Red+Green+Blue) = 61+54+157=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D369D is #C2C962. Grayscale: #434343. Windows color (decimal): -12765539 or 10303037. OLE color: 10303037.

HSL color Cylindrical-coordinate representation of color #3D369D: hue angle of 244.08º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D369D is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 61 54 157 -
CMYK 0.61 0.66 0 0.38
HSL 244.08º 0.49% 0.41% -
HSV(B) 244.08º 0.66% 0.62% -
XYZ 9.33 6.06 32.58 -
YUV 67.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 61 54 157 0.61 0.66 0 0.38 244.08 0.49 0.41
Hex 3D 36 9D 3D 42 0 26 F4 31 29
Octal 75 66 235 75 102 0 46 364 61 51
Binary 111101 110110 10011101 111101 1000010 0 100110 11110100 110001 101001

Color Harmonies of #3D369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D369D

Black with #3D369D

Text Example


Text Example

White with #3D369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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