Html Css Color HEX #3A409F Dark Slate Blue

📋 copy color: '#3A409F'

red 58 ◦ green 64 ◦ blue 159

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

Shades of Dark Slate Blue #3A409F

Tints of Dark Slate Blue #3A409F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.78%

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

R = 20.64%
G = 22.78%
B = 56.58%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A409F (or 0x3A409F) is known color: Dark Slate Blue. HEX triplet: 3A, 40 and 9F. RGB value is (58,64,159). Sum of RGB (Red+Green+Blue) = 58+64+159=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A409F is #C5BF60. Grayscale: #484848. Windows color (decimal): -12959585 or 10436666. OLE color: 10436666.

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

Color convert

RGB 58 64 159 -
CMYK 0.64 0.60 0 0.38
HSL 236.44º 0.47% 0.43% -
HSV(B) 236.44º 0.64% 0.62% -
XYZ 9.84 7.07 33.65 -
YUV 73.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 58 64 159 0.64 0.60 0 0.38 236.44 0.47 0.43
Hex 3A 40 9F 40 3C 0 26 EC 2F 2B
Octal 72 100 237 100 74 0 46 354 57 53
Binary 111010 1000000 10011111 1000000 111100 0 100110 11101100 101111 101011

Color Harmonies of #3A409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A409F

Black with #3A409F

Text Example


Text Example

White with #3A409F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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