Html Css Color HEX #3A3696 Dark Slate Blue

📋 copy color: '#3A3696'

red 58 ◦ green 54 ◦ blue 150

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

Shades of Dark Slate Blue #3A3696

Tints of Dark Slate Blue #3A3696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.61%

 BLUE value IS 150 (58.98% from 255) = 57.25%

R = 22.14%
G = 20.61%
B = 57.25%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A3696 (or 0x3A3696) is known color: Dark Slate Blue. HEX triplet: 3A, 36 and 96. RGB value is (58,54,150). Sum of RGB (Red+Green+Blue) = 58+54+150=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A3696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3696 is #C5C969. Grayscale: #414141. Windows color (decimal): -12962154 or 9844282. OLE color: 9844282.

HSL color Cylindrical-coordinate representation of color #3A3696: hue angle of 242.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A3696 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 54 150 -
CMYK 0.61 0.64 0 0.41
HSL 242.5º 0.47% 0.4% -
HSV(B) 242.5º 0.64% 0.59% -
XYZ 8.57 5.74 29.51 -
YUV 66.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 58 54 150 0.61 0.64 0 0.41 242.5 0.47 0.4
Hex 3A 36 96 3D 40 0 29 F2 2F 28
Octal 72 66 226 75 100 0 51 362 57 50
Binary 111010 110110 10010110 111101 1000000 0 101001 11110010 101111 101000

Color Harmonies of #3A3696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3696

Black with #3A3696

Text Example


Text Example

White with #3A3696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,54,150); }

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

background-color css

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

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

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

border-color css

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

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

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