Html Css Color HEX #3A268C Dark Slate Blue

📋 copy color: '#3A268C'

red 58 ◦ green 38 ◦ blue 140

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

Shades of Dark Slate Blue #3A268C

Tints of Dark Slate Blue #3A268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

 BLUE value IS 140 (55.08% from 255) = 59.32%

R = 24.58%
G = 16.1%
B = 59.32%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A268C (or 0x3A268C) is known color: Dark Slate Blue. HEX triplet: 3A, 26 and 8C. RGB value is (58,38,140). Sum of RGB (Red+Green+Blue) = 58+38+140=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A268C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A268C is #C5D973. Grayscale: #373737. Windows color (decimal): -12966260 or 9184826. OLE color: 9184826.

HSL color Cylindrical-coordinate representation of color #3A268C: hue angle of 251.76º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A268C is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 38 140 -
CMYK 0.59 0.73 0 0.45
HSL 251.76º 0.57% 0.35% -
HSV(B) 251.76º 0.73% 0.55% -
XYZ 7.17 4.18 25.24 -
YUV 55.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 58 38 140 0.59 0.73 0 0.45 251.76 0.57 0.35
Hex 3A 26 8C 3B 49 0 2D FC 39 23
Octal 72 46 214 73 111 0 55 374 71 43
Binary 111010 100110 10001100 111011 1001001 0 101101 11111100 111001 100011

Color Harmonies of #3A268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A268C

Black with #3A268C

Text Example


Text Example

White with #3A268C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,38,140); }

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

background-color css

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

 a { background-color: rgb(58,38,140); }

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

border-color css

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

 span { border-color: rgb(58,38,140); }

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