Html Css Color HEX #3A3395 Dark Slate Blue

📋 copy color: '#3A3395'

red 58 ◦ green 51 ◦ blue 149

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

Shades of Dark Slate Blue #3A3395

Tints of Dark Slate Blue #3A3395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

 BLUE value IS 149 (58.59% from 255) = 57.75%

R = 22.48%
G = 19.77%
B = 57.75%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A3395 (or 0x3A3395) is known color: Dark Slate Blue. HEX triplet: 3A, 33 and 95. RGB value is (58,51,149). Sum of RGB (Red+Green+Blue) = 58+51+149=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A3395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3395 is #C5CC6A. Grayscale: #3F3F3F. Windows color (decimal): -12962923 or 9777978. OLE color: 9777978.

HSL color Cylindrical-coordinate representation of color #3A3395: hue angle of 244.29º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A3395 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 51 149 -
CMYK 0.61 0.66 0 0.42
HSL 244.29º 0.49% 0.39% -
HSV(B) 244.29º 0.66% 0.58% -
XYZ 8.35 5.44 29.04 -
YUV 64.27 175.82 123.53 -
System Red Green Blue C M Y K H S L
Decimal 58 51 149 0.61 0.66 0 0.42 244.29 0.49 0.39
Hex 3A 33 95 3D 42 0 2A F4 31 27
Octal 72 63 225 75 102 0 52 364 61 47
Binary 111010 110011 10010101 111101 1000010 0 101010 11110100 110001 100111

Color Harmonies of #3A3395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3395

Black with #3A3395

Text Example


Text Example

White with #3A3395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,51,149); }

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

background-color css

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

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

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

border-color css

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

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

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