Html Css Color HEX #3A308A Dark Slate Blue

📋 copy color: '#3A308A'

red 58 ◦ green 48 ◦ blue 138

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

Shades of Dark Slate Blue #3A308A

Tints of Dark Slate Blue #3A308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

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

R = 23.77%
G = 19.67%
B = 56.56%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A308A (or 0x3A308A) is known color: Dark Slate Blue. HEX triplet: 3A, 30 and 8A. RGB value is (58,48,138). Sum of RGB (Red+Green+Blue) = 58+48+138=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A308A is #C5CF75. Grayscale: #3C3C3C. Windows color (decimal): -12963702 or 9056314. OLE color: 9056314.

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

Color convert

RGB 58 48 138 -
CMYK 0.58 0.65 0 0.46
HSL 246.67º 0.48% 0.36% -
HSV(B) 246.67º 0.65% 0.54% -
XYZ 7.39 4.85 24.59 -
YUV 61.25 171.31 125.68 -
System Red Green Blue C M Y K H S L
Decimal 58 48 138 0.58 0.65 0 0.46 246.67 0.48 0.36
Hex 3A 30 8A 3A 41 0 2E F7 30 24
Octal 72 60 212 72 101 0 56 367 60 44
Binary 111010 110000 10001010 111010 1000001 0 101110 11110111 110000 100100

Color Harmonies of #3A308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A308A

Black with #3A308A

Text Example


Text Example

White with #3A308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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