Html Css Color HEX #3A268E Dark Slate Blue

📋 copy color: '#3A268E'

red 58 ◦ green 38 ◦ blue 142

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

Shades of Dark Slate Blue #3A268E

Tints of Dark Slate Blue #3A268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 59.66%

R = 24.37%
G = 15.97%
B = 59.66%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A268E (or 0x3A268E) is known color: Dark Slate Blue. HEX triplet: 3A, 26 and 8E. RGB value is (58,38,142). Sum of RGB (Red+Green+Blue) = 58+38+142=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A268E is #C5D971. Grayscale: #373737. Windows color (decimal): -12966258 or 9315898. OLE color: 9315898.

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

Color convert

RGB 58 38 142 -
CMYK 0.59 0.73 0 0.44
HSL 251.54º 0.58% 0.35% -
HSV(B) 251.54º 0.73% 0.56% -
XYZ 7.32 4.24 26.02 -
YUV 55.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 58 38 142 0.59 0.73 0 0.44 251.54 0.58 0.35
Hex 3A 26 8E 3B 49 0 2C FC 3A 23
Octal 72 46 216 73 111 0 54 374 72 43
Binary 111010 100110 10001110 111011 1001001 0 101100 11111100 111010 100011

Color Harmonies of #3A268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A268E

Black with #3A268E

Text Example


Text Example

White with #3A268E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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