Html Css Color HEX #3A338D Dark Slate Blue

📋 copy color: '#3A338D'

red 58 ◦ green 51 ◦ blue 141

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

Shades of Dark Slate Blue #3A338D

Tints of Dark Slate Blue #3A338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 23.2%
G = 20.4%
B = 56.4%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A338D (or 0x3A338D) is known color: Dark Slate Blue. HEX triplet: 3A, 33 and 8D. RGB value is (58,51,141). Sum of RGB (Red+Green+Blue) = 58+51+141=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A338D is #C5CC72. Grayscale: #3E3E3E. Windows color (decimal): -12962931 or 9253690. OLE color: 9253690.

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

Color convert

RGB 58 51 141 -
CMYK 0.59 0.64 0 0.45
HSL 244.67º 0.47% 0.38% -
HSV(B) 244.67º 0.64% 0.55% -
XYZ 7.74 5.19 25.79 -
YUV 63.35 171.82 124.18 -
System Red Green Blue C M Y K H S L
Decimal 58 51 141 0.59 0.64 0 0.45 244.67 0.47 0.38
Hex 3A 33 8D 3B 40 0 2D F5 2F 26
Octal 72 63 215 73 100 0 55 365 57 46
Binary 111010 110011 10001101 111011 1000000 0 101101 11110101 101111 100110

Color Harmonies of #3A338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A338D

Black with #3A338D

Text Example


Text Example

White with #3A338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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