Html Css Color HEX #3B268D Dark Slate Blue

📋 copy color: '#3B268D'

red 59 ◦ green 38 ◦ blue 141

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

Shades of Dark Slate Blue #3B268D

Tints of Dark Slate Blue #3B268D

RGB

 RED value IS 59 (23.44% from 255) = 24.79%

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

 BLUE value IS 141 (55.47% from 255) = 59.24%

R = 24.79%
G = 15.97%
B = 59.24%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B268D (or 0x3B268D) is known color: Dark Slate Blue. HEX triplet: 3B, 26 and 8D. RGB value is (59,38,141). Sum of RGB (Red+Green+Blue) = 59+38+141=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B268D is #C4D972. Grayscale: #373737. Windows color (decimal): -12900723 or 9250363. OLE color: 9250363.

HSL color Cylindrical-coordinate representation of color #3B268D: hue angle of 252.23º degrees, saturation: 0.58, 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 #3B268D is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 38 141 -
CMYK 0.58 0.73 0 0.45
HSL 252.23º 0.58% 0.35% -
HSV(B) 252.23º 0.73% 0.55% -
XYZ 7.3 4.24 25.63 -
YUV 56.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 59 38 141 0.58 0.73 0 0.45 252.23 0.58 0.35
Hex 3B 26 8D 3A 49 0 2D FC 3A 23
Octal 73 46 215 72 111 0 55 374 72 43
Binary 111011 100110 10001101 111010 1001001 0 101101 11111100 111010 100011

Color Harmonies of #3B268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B268D

Black with #3B268D

Text Example


Text Example

White with #3B268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,38,141); }

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

background-color css

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

 a { background-color: rgb(59,38,141); }

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

border-color css

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

 span { border-color: rgb(59,38,141); }

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