Html Css Color HEX #3B368C Dark Slate Blue

📋 copy color: '#3B368C'

red 59 ◦ green 54 ◦ blue 140

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

Shades of Dark Slate Blue #3B368C

Tints of Dark Slate Blue #3B368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.34%

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

R = 23.32%
G = 21.34%
B = 55.34%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B368C (or 0x3B368C) is known color: Dark Slate Blue. HEX triplet: 3B, 36 and 8C. RGB value is (59,54,140). Sum of RGB (Red+Green+Blue) = 59+54+140=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B368C is #C4C973. Grayscale: #404040. Windows color (decimal): -12896628 or 9188923. OLE color: 9188923.

HSL color Cylindrical-coordinate representation of color #3B368C: hue angle of 243.49º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B368C is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 54 140 -
CMYK 0.58 0.61 0 0.45
HSL 243.49º 0.44% 0.38% -
HSV(B) 243.49º 0.61% 0.55% -
XYZ 7.86 5.46 25.45 -
YUV 65.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 59 54 140 0.58 0.61 0 0.45 243.49 0.44 0.38
Hex 3B 36 8C 3A 3D 0 2D F3 2C 26
Octal 73 66 214 72 75 0 55 363 54 46
Binary 111011 110110 10001100 111010 111101 0 101101 11110011 101100 100110

Color Harmonies of #3B368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B368C

Black with #3B368C

Text Example


Text Example

White with #3B368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,54,140); }

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

background-color css

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

 a { background-color: rgb(59,54,140); }

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

border-color css

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

 span { border-color: rgb(59,54,140); }

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