Html Css Color HEX #3D388B Dark Slate Blue

📋 copy color: '#3D388B'

red 61 ◦ green 56 ◦ blue 139

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

Shades of Dark Slate Blue #3D388B

Tints of Dark Slate Blue #3D388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 139 (54.69% from 255) = 54.3%

R = 23.83%
G = 21.88%
B = 54.3%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D388B (or 0x3D388B) is known color: Dark Slate Blue. HEX triplet: 3D, 38 and 8B. RGB value is (61,56,139). Sum of RGB (Red+Green+Blue) = 61+56+139=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D388B is #C2C774. Grayscale: #424242. Windows color (decimal): -12765045 or 9123901. OLE color: 9123901.

HSL color Cylindrical-coordinate representation of color #3D388B: hue angle of 243.61º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D388B is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 61 56 139 -
CMYK 0.56 0.60 0 0.45
HSL 243.61º 0.43% 0.38% -
HSV(B) 243.61º 0.6% 0.55% -
XYZ 8 5.68 25.1 -
YUV 66.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 61 56 139 0.56 0.60 0 0.45 243.61 0.43 0.38
Hex 3D 38 8B 38 3C 0 2D F4 2B 26
Octal 75 70 213 70 74 0 55 364 53 46
Binary 111101 111000 10001011 111000 111100 0 101101 11110100 101011 100110

Color Harmonies of #3D388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D388B

Black with #3D388B

Text Example


Text Example

White with #3D388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,56,139); }

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

background-color css

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

 a { background-color: rgb(61,56,139); }

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

border-color css

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

 span { border-color: rgb(61,56,139); }

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