Html Css Color HEX #3A3897 Dark Slate Blue

📋 copy color: '#3A3897'

red 58 ◦ green 56 ◦ blue 151

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

Shades of Dark Slate Blue #3A3897

Tints of Dark Slate Blue #3A3897

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

 BLUE value IS 151 (59.38% from 255) = 56.98%

R = 21.89%
G = 21.13%
B = 56.98%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A3897 (or 0x3A3897) is known color: Dark Slate Blue. HEX triplet: 3A, 38 and 97. RGB value is (58,56,151). Sum of RGB (Red+Green+Blue) = 58+56+151=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A3897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3897 is #C5C768. Grayscale: #434343. Windows color (decimal): -12961641 or 9910330. OLE color: 9910330.

HSL color Cylindrical-coordinate representation of color #3A3897: hue angle of 241.26º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A3897 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 56 151 -
CMYK 0.62 0.63 0 0.41
HSL 241.26º 0.46% 0.41% -
HSV(B) 241.26º 0.63% 0.59% -
XYZ 8.75 5.96 29.97 -
YUV 67.43 175.16 121.28 -
System Red Green Blue C M Y K H S L
Decimal 58 56 151 0.62 0.63 0 0.41 241.26 0.46 0.41
Hex 3A 38 97 3E 3F 0 29 F1 2E 29
Octal 72 70 227 76 77 0 51 361 56 51
Binary 111010 111000 10010111 111110 111111 0 101001 11110001 101110 101001

Color Harmonies of #3A3897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3897

Black with #3A3897

Text Example


Text Example

White with #3A3897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,56,151); }

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

background-color css

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

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

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

border-color css

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

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

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