Html Css Color HEX #3A389B Dark Slate Blue

📋 copy color: '#3A389B'

red 58 ◦ green 56 ◦ blue 155

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

Shades of Dark Slate Blue #3A389B

Tints of Dark Slate Blue #3A389B

RGB

 RED value IS 58 (23.05% from 255) = 21.56%

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

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

R = 21.56%
G = 20.82%
B = 57.62%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A389B (or 0x3A389B) is known color: Dark Slate Blue. HEX triplet: 3A, 38 and 9B. RGB value is (58,56,155). Sum of RGB (Red+Green+Blue) = 58+56+155=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A389B is #C5C764. Grayscale: #434343. Windows color (decimal): -12961637 or 10172474. OLE color: 10172474.

HSL color Cylindrical-coordinate representation of color #3A389B: hue angle of 241.21º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A389B is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 56 155 -
CMYK 0.63 0.64 0 0.39
HSL 241.21º 0.47% 0.41% -
HSV(B) 241.21º 0.64% 0.61% -
XYZ 9.08 6.09 31.71 -
YUV 67.88 177.16 120.95 -
System Red Green Blue C M Y K H S L
Decimal 58 56 155 0.63 0.64 0 0.39 241.21 0.47 0.41
Hex 3A 38 9B 3F 40 0 27 F1 2F 29
Octal 72 70 233 77 100 0 47 361 57 51
Binary 111010 111000 10011011 111111 1000000 0 100111 11110001 101111 101001

Color Harmonies of #3A389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A389B

Black with #3A389B

Text Example


Text Example

White with #3A389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,56,155); }

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

background-color css

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

 a { background-color: rgb(58,56,155); }

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

border-color css

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

 span { border-color: rgb(58,56,155); }

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