Html Css Color HEX #3A309C Dark Slate Blue

📋 copy color: '#3A309C'

red 58 ◦ green 48 ◦ blue 156

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

Shades of Dark Slate Blue #3A309C

Tints of Dark Slate Blue #3A309C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.54%

R = 22.14%
G = 18.32%
B = 59.54%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A309C (or 0x3A309C) is known color: Dark Slate Blue. HEX triplet: 3A, 30 and 9C. RGB value is (58,48,156). Sum of RGB (Red+Green+Blue) = 58+48+156=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A309C is #C5CF63. Grayscale: #3E3E3E. Windows color (decimal): -12963684 or 10235962. OLE color: 10235962.

HSL color Cylindrical-coordinate representation of color #3A309C: hue angle of 245.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A309C is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 48 156 -
CMYK 0.63 0.69 0 0.39
HSL 245.56º 0.53% 0.4% -
HSV(B) 245.56º 0.69% 0.61% -
XYZ 8.8 5.41 32.03 -
YUV 63.3 180.31 124.22 -
System Red Green Blue C M Y K H S L
Decimal 58 48 156 0.63 0.69 0 0.39 245.56 0.53 0.4
Hex 3A 30 9C 3F 45 0 27 F6 35 28
Octal 72 60 234 77 105 0 47 366 65 50
Binary 111010 110000 10011100 111111 1000101 0 100111 11110110 110101 101000

Color Harmonies of #3A309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A309C

Black with #3A309C

Text Example


Text Example

White with #3A309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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