Html Css Color HEX #3A389A Dark Slate Blue

📋 copy color: '#3A389A'

red 58 ◦ green 56 ◦ blue 154

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

Shades of Dark Slate Blue #3A389A

Tints of Dark Slate Blue #3A389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 57.46%

R = 21.64%
G = 20.9%
B = 57.46%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3A389A (or 0x3A389A) is known color: Dark Slate Blue. HEX triplet: 3A, 38 and 9A. RGB value is (58,56,154). Sum of RGB (Red+Green+Blue) = 58+56+154=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A389A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A389A is #C5C765. Grayscale: #434343. Windows color (decimal): -12961638 or 10106938. OLE color: 10106938.

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

Color convert

RGB 58 56 154 -
CMYK 0.62 0.64 0 0.40
HSL 241.22º 0.47% 0.41% -
HSV(B) 241.22º 0.64% 0.6% -
XYZ 8.99 6.06 31.27 -
YUV 67.77 176.66 121.03 -
System Red Green Blue C M Y K H S L
Decimal 58 56 154 0.62 0.64 0 0.40 241.22 0.47 0.41
Hex 3A 38 9A 3E 40 0 28 F1 2F 29
Octal 72 70 232 76 100 0 50 361 57 51
Binary 111010 111000 10011010 111110 1000000 0 101000 11110001 101111 101001

Color Harmonies of #3A389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A389A

Black with #3A389A

Text Example


Text Example

White with #3A389A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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