Html Css Color HEX #3A3085 Dark Slate Blue

📋 copy color: '#3A3085'

red 58 ◦ green 48 ◦ blue 133

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

Shades of Dark Slate Blue #3A3085

Tints of Dark Slate Blue #3A3085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.65%

R = 24.27%
G = 20.08%
B = 55.65%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3A3085 (or 0x3A3085) is known color: Dark Slate Blue. HEX triplet: 3A, 30 and 85. RGB value is (58,48,133). Sum of RGB (Red+Green+Blue) = 58+48+133=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A3085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3085 is #C5CF7A. Grayscale: #3C3C3C. Windows color (decimal): -12963707 or 8728634. OLE color: 8728634.

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

Color convert

RGB 58 48 133 -
CMYK 0.56 0.64 0 0.48
HSL 247.06º 0.47% 0.35% -
HSV(B) 247.06º 0.64% 0.52% -
XYZ 7.04 4.71 22.73 -
YUV 60.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 58 48 133 0.56 0.64 0 0.48 247.06 0.47 0.35
Hex 3A 30 85 38 40 0 30 F7 2F 23
Octal 72 60 205 70 100 0 60 367 57 43
Binary 111010 110000 10000101 111000 1000000 0 110000 11110111 101111 100011

Color Harmonies of #3A3085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3085

Black with #3A3085

Text Example


Text Example

White with #3A3085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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