Html Css Color HEX #3D439B Dark Slate Blue

📋 copy color: '#3D439B'

red 61 ◦ green 67 ◦ blue 155

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

Shades of Dark Slate Blue #3D439B

Tints of Dark Slate Blue #3D439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.67%

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 21.55%
G = 23.67%
B = 54.77%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D439B (or 0x3D439B) is known color: Dark Slate Blue. HEX triplet: 3D, 43 and 9B. RGB value is (61,67,155). Sum of RGB (Red+Green+Blue) = 61+67+155=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D439B is #C2BC64. Grayscale: #4A4A4A. Windows color (decimal): -12762213 or 10175293. OLE color: 10175293.

HSL color Cylindrical-coordinate representation of color #3D439B: hue angle of 236.17º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D439B is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 61 67 155 -
CMYK 0.61 0.57 0 0.39
HSL 236.17º 0.44% 0.42% -
HSV(B) 236.17º 0.61% 0.61% -
XYZ 9.85 7.37 31.91 -
YUV 75.24 173.01 117.84 -
System Red Green Blue C M Y K H S L
Decimal 61 67 155 0.61 0.57 0 0.39 236.17 0.44 0.42
Hex 3D 43 9B 3D 39 0 27 EC 2C 2A
Octal 75 103 233 75 71 0 47 354 54 52
Binary 111101 1000011 10011011 111101 111001 0 100111 11101100 101100 101010

Color Harmonies of #3D439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D439B

Black with #3D439B

Text Example


Text Example

White with #3D439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,67,155); }

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

background-color css

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

 a { background-color: rgb(61,67,155); }

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

border-color css

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

 span { border-color: rgb(61,67,155); }

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