Html Css Color HEX #3A3AAA Dark Slate Blue

📋 copy color: '#3A3AAA'

red 58 ◦ green 58 ◦ blue 170

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

Shades of Dark Slate Blue #3A3AAA

Tints of Dark Slate Blue #3A3AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.28%

 BLUE value IS 170 (66.8% from 255) = 59.44%

R = 20.28%
G = 20.28%
B = 59.44%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A3AAA (or 0x3A3AAA) is known color: Dark Slate Blue. HEX triplet: 3A, 3A and AA. RGB value is (58,58,170). Sum of RGB (Red+Green+Blue) = 58+58+170=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A3AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3AAA is #C5C555. Grayscale: #464646. Windows color (decimal): -12961110 or 11156026. OLE color: 11156026.

HSL color Cylindrical-coordinate representation of color #3A3AAA: hue angle of 240º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A3AAA is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 58 170 -
CMYK 0.66 0.66 0 0.33
HSL 240º 0.49% 0.45% -
HSV(B) 240º 0.66% 0.67% -
XYZ 10.51 6.83 38.79 -
YUV 70.77 184 118.89 -
System Red Green Blue C M Y K H S L
Decimal 58 58 170 0.66 0.66 0 0.33 240 0.49 0.45
Hex 3A 3A AA 42 42 0 21 F0 31 2D
Octal 72 72 252 102 102 0 41 360 61 55
Binary 111010 111010 10101010 1000010 1000010 0 100001 11110000 110001 101101

Color Harmonies of #3A3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3AAA

Black with #3A3AAA

Text Example


Text Example

White with #3A3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,58,170); }

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

background-color css

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

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

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

border-color css

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

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

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