Html Css Color HEX #3B268E Dark Slate Blue

📋 copy color: '#3B268E'

red 59 ◦ green 38 ◦ blue 142

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

Shades of Dark Slate Blue #3B268E

Tints of Dark Slate Blue #3B268E

RGB

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

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

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

R = 24.69%
G = 15.9%
B = 59.41%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3B268E (or 0x3B268E) is known color: Dark Slate Blue. HEX triplet: 3B, 26 and 8E. RGB value is (59,38,142). Sum of RGB (Red+Green+Blue) = 59+38+142=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B268E is #C4D971. Grayscale: #373737. Windows color (decimal): -12900722 or 9315899. OLE color: 9315899.

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

Color convert

RGB 59 38 142 -
CMYK 0.58 0.73 0 0.44
HSL 252.12º 0.58% 0.35% -
HSV(B) 252.12º 0.73% 0.56% -
XYZ 7.38 4.27 26.03 -
YUV 56.14 176.46 130.04 -
System Red Green Blue C M Y K H S L
Decimal 59 38 142 0.58 0.73 0 0.44 252.12 0.58 0.35
Hex 3B 26 8E 3A 49 0 2C FC 3A 23
Octal 73 46 216 72 111 0 54 374 72 43
Binary 111011 100110 10001110 111010 1001001 0 101100 11111100 111010 100011

Color Harmonies of #3B268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B268E

Black with #3B268E

Text Example


Text Example

White with #3B268E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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