Html Css Color HEX #3A409A Dark Slate Blue

📋 copy color: '#3A409A'

red 58 ◦ green 64 ◦ blue 154

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

Shades of Dark Slate Blue #3A409A

Tints of Dark Slate Blue #3A409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 55.8%

R = 21.01%
G = 23.19%
B = 55.8%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3A409A (or 0x3A409A) is known color: Dark Slate Blue. HEX triplet: 3A, 40 and 9A. RGB value is (58,64,154). Sum of RGB (Red+Green+Blue) = 58+64+154=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A409A is #C5BF65. Grayscale: #484848. Windows color (decimal): -12959590 or 10108986. OLE color: 10108986.

HSL color Cylindrical-coordinate representation of color #3A409A: hue angle of 236.25º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A409A is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 64 154 -
CMYK 0.62 0.58 0 0.40
HSL 236.25º 0.45% 0.42% -
HSV(B) 236.25º 0.62% 0.6% -
XYZ 9.41 6.9 31.41 -
YUV 72.47 174.01 117.68 -
System Red Green Blue C M Y K H S L
Decimal 58 64 154 0.62 0.58 0 0.40 236.25 0.45 0.42
Hex 3A 40 9A 3E 3A 0 28 EC 2D 2A
Octal 72 100 232 76 72 0 50 354 55 52
Binary 111010 1000000 10011010 111110 111010 0 101000 11101100 101101 101010

Color Harmonies of #3A409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A409A

Black with #3A409A

Text Example


Text Example

White with #3A409A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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