Html Css Color HEX #3A3499 Dark Slate Blue

📋 copy color: '#3A3499'

red 58 ◦ green 52 ◦ blue 153

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

Shades of Dark Slate Blue #3A3499

Tints of Dark Slate Blue #3A3499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.77%

 BLUE value IS 153 (60.16% from 255) = 58.17%

R = 22.05%
G = 19.77%
B = 58.17%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3A3499 (or 0x3A3499) is known color: Dark Slate Blue. HEX triplet: 3A, 34 and 99. RGB value is (58,52,153). Sum of RGB (Red+Green+Blue) = 58+52+153=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A3499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3499 is #C5CB66. Grayscale: #404040. Windows color (decimal): -12962663 or 10040378. OLE color: 10040378.

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

Color convert

RGB 58 52 153 -
CMYK 0.62 0.66 0 0.4
HSL 243.56º 0.49% 0.4% -
HSV(B) 243.56º 0.66% 0.6% -
XYZ 8.72 5.66 30.77 -
YUV 65.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 58 52 153 0.62 0.66 0 0.4 243.56 0.49 0.4
Hex 3A 34 99 3E 42 0 28 F4 31 28
Octal 72 64 231 76 102 0 50 364 61 50
Binary 111010 110100 10011001 111110 1000010 0 101000 11110100 110001 101000

Color Harmonies of #3A3499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3499

Black with #3A3499

Text Example


Text Example

White with #3A3499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,52,153); }

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

background-color css

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

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

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

border-color css

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

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

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