Html Css Color HEX #3A338A Dark Slate Blue

📋 copy color: '#3A338A'

red 58 ◦ green 51 ◦ blue 138

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

Shades of Dark Slate Blue #3A338A

Tints of Dark Slate Blue #3A338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 55.87%

R = 23.48%
G = 20.65%
B = 55.87%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A338A (or 0x3A338A) is known color: Dark Slate Blue. HEX triplet: 3A, 33 and 8A. RGB value is (58,51,138). Sum of RGB (Red+Green+Blue) = 58+51+138=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A338A is #C5CC75. Grayscale: #3E3E3E. Windows color (decimal): -12962934 or 9057082. OLE color: 9057082.

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

Color convert

RGB 58 51 138 -
CMYK 0.58 0.63 0 0.46
HSL 244.83º 0.46% 0.37% -
HSV(B) 244.83º 0.63% 0.54% -
XYZ 7.52 5.1 24.63 -
YUV 63.01 170.32 124.43 -
System Red Green Blue C M Y K H S L
Decimal 58 51 138 0.58 0.63 0 0.46 244.83 0.46 0.37
Hex 3A 33 8A 3A 3F 0 2E F5 2E 25
Octal 72 63 212 72 77 0 56 365 56 45
Binary 111010 110011 10001010 111010 111111 0 101110 11110101 101110 100101

Color Harmonies of #3A338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A338A

Black with #3A338A

Text Example


Text Example

White with #3A338A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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