Html Css Color HEX #3A389F Dark Slate Blue

📋 copy color: '#3A389F'

red 58 ◦ green 56 ◦ blue 159

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

Shades of Dark Slate Blue #3A389F

Tints of Dark Slate Blue #3A389F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.24%

R = 21.25%
G = 20.51%
B = 58.24%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A389F (or 0x3A389F) is known color: Dark Slate Blue. HEX triplet: 3A, 38 and 9F. RGB value is (58,56,159). Sum of RGB (Red+Green+Blue) = 58+56+159=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A389F is #C5C760. Grayscale: #434343. Windows color (decimal): -12961633 or 10434618. OLE color: 10434618.

HSL color Cylindrical-coordinate representation of color #3A389F: hue angle of 241.17º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A389F is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 56 159 -
CMYK 0.64 0.65 0 0.38
HSL 241.17º 0.48% 0.42% -
HSV(B) 241.17º 0.65% 0.62% -
XYZ 9.42 6.23 33.51 -
YUV 68.34 179.16 120.62 -
System Red Green Blue C M Y K H S L
Decimal 58 56 159 0.64 0.65 0 0.38 241.17 0.48 0.42
Hex 3A 38 9F 40 41 0 26 F1 30 2A
Octal 72 70 237 100 101 0 46 361 60 52
Binary 111010 111000 10011111 1000000 1000001 0 100110 11110001 110000 101010

Color Harmonies of #3A389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A389F

Black with #3A389F

Text Example


Text Example

White with #3A389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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