Html Css Color HEX #3A3087 Dark Slate Blue

📋 copy color: '#3A3087'

red 58 ◦ green 48 ◦ blue 135

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

Shades of Dark Slate Blue #3A3087

Tints of Dark Slate Blue #3A3087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.02%

R = 24.07%
G = 19.92%
B = 56.02%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A3087 (or 0x3A3087) is known color: Dark Slate Blue. HEX triplet: 3A, 30 and 87. RGB value is (58,48,135). Sum of RGB (Red+Green+Blue) = 58+48+135=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A3087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3087 is #C5CF78. Grayscale: #3C3C3C. Windows color (decimal): -12963705 or 8859706. OLE color: 8859706.

HSL color Cylindrical-coordinate representation of color #3A3087: hue angle of 246.9º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A3087 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 48 135 -
CMYK 0.57 0.64 0 0.47
HSL 246.9º 0.48% 0.36% -
HSV(B) 246.9º 0.64% 0.53% -
XYZ 7.18 4.76 23.46 -
YUV 60.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 58 48 135 0.57 0.64 0 0.47 246.9 0.48 0.36
Hex 3A 30 87 39 40 0 2F F7 30 24
Octal 72 60 207 71 100 0 57 367 60 44
Binary 111010 110000 10000111 111001 1000000 0 101111 11110111 110000 100100

Color Harmonies of #3A3087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3087

Black with #3A3087

Text Example


Text Example

White with #3A3087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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